#AC5A11

Color #AC5A11 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC5A11

Tints of Golden Brown #AC5A11

Color information

#AC5A11 (or 0xAC5A11) is unknown color: approx Golden Brown. HEX triplet: AC, 5A and 11. RGB value is (172,90,17). Sum of RGB (Red+Green+Blue) = 172+90+17=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A11 is #53A5EE. Grayscale: #6A6A6A. Windows color (decimal): -5481967 or 1137324. OLE color: 1137324.

HSL color Cylindrical-coordinate representation of color #AC5A11: hue angle of 28.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5A11 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1729017-
CMYK00.480.900.33
HSL28.26º82.01%37.06%-
HSV(B)28.26º90.12%67.45%-
XYZ20.7716.122.55-
YUV106.277.67174.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=61.65%
G=32.26%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172901700.480.900.3328.2682.0137.06
HexAC5A110305A211c5225
Octal25413221060132413412245
Binary1010110010110101000101100001011010100001111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A11; }

 p { color: rgb(172,90,17); }

 H1.HeaderClassName
 {
   color: #AC5A11;
 }
 .AnyTagClassName
 {
   color: #AC5A11;
 }
</style>
background-color css

<style>
 a { background-color: #AC5A11; }

 a { background-color: rgb(172,90,17); }

 div.DivClassName
 {
   background-color: #AC5A11;
 }
 .BgClassName
 {
   background-color: #AC5A11;
 }
</style>
border-color css

<style>
 span { border-color: #AC5A11; }

 span { border-color: rgb(172,90,17); }

 td.TdClassName
 {
   border-color: #AC5A11;
 }
 .TagClassName
 {
   border-color: #AC5A11;
 }
</style>