#AC5809

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

Shades of Golden Brown #AC5809

Tints of Golden Brown #AC5809

Color information

#AC5809 (or 0xAC5809) is unknown color: approx Golden Brown. HEX triplet: AC, 58 and 09. RGB value is (172,88,9). Sum of RGB (Red+Green+Blue) = 172+88+9=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5809 is #53A7F6. Grayscale: #686868. Windows color (decimal): -5482487 or 612524. OLE color: 612524.

HSL color Cylindrical-coordinate representation of color #AC5809: hue angle of 29.08º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC5809 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB172889-
CMYK00.490.950.33
HSL29.08º90.06%35.49%-
HSV(B)29.08º94.77%67.45%-
XYZ20.5515.772.22-
YUV104.1174.33176.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=63.94%
G=32.71%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17288900.490.950.3329.0890.0635.49
HexAC5890315F211d5a23
Octal25413011061137413513243
Binary101011001011000100101100011011111100001111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5809; }

 p { color: rgb(172,88,9); }

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

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

 a { background-color: rgb(172,88,9); }

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

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

 span { border-color: rgb(172,88,9); }

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