#AC5B09

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

Shades of Golden Brown #AC5B09

Tints of Golden Brown #AC5B09

Color information

#AC5B09 (or 0xAC5B09) is unknown color: approx Golden Brown. HEX triplet: AC, 5B and 09. RGB value is (172,91,9). Sum of RGB (Red+Green+Blue) = 172+91+9=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5B09 is #53A4F6. Grayscale: #6A6A6A. Windows color (decimal): -5481719 or 613292. OLE color: 613292.

HSL color Cylindrical-coordinate representation of color #AC5B09: hue angle of 30.18º 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 #AC5B09 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB172919-
CMYK00.470.950.33
HSL30.18º90.06%35.49%-
HSV(B)30.18º94.77%67.45%-
XYZ20.816.272.3-
YUV105.8773.34175.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.24%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 9 (3.91% from 255) = 3.31%
R=63.24%
G=33.46%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17291900.470.950.3330.1890.0635.49
HexAC5B902F5F211e5a23
Octal25413311057137413613243
Binary101011001011011100101011111011111100001111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B09; }

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

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

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

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

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

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

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

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