#a56a09

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

Shades of Golden Brown #A56A09

Tints of Golden Brown #A56A09

Color information

#A56A09 (or 0xA56A09) is unknown color: approx Golden Brown. HEX triplet: A5, 6A and 09. RGB value is (165,106,9). Sum of RGB (Red+Green+Blue) = 165+106+9=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56A09 is #5A95F6. Grayscale: #717171. Windows color (decimal): -5936631 or 617125. OLE color: 617125.

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

Color convert

RGB1651069-
CMYK00.360.950.35
HSL37.31º89.66%34.12%-
HSV(B)37.31º94.55%64.71%-
XYZ20.7218.332.7-
YUV112.5869.55165.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 9 (3.91% from 255) = 3.21%
R=58.93%
G=37.86%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165106900.360.950.3537.3189.6634.12
HexA56A90245F23255a22
Octal24515211044137434513242
Binary1010010111010101001010010010111111000111001011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56a09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56a09; }

 p { color: rgb(165,106,9); }

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

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

 a { background-color: rgb(165,106,9); }

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

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

 span { border-color: rgb(165,106,9); }

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