#A56B08

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

Shades of Golden Brown #A56B08

Tints of Golden Brown #A56B08

Color information

#A56B08 (or 0xA56B08) is unknown color: approx Golden Brown. HEX triplet: A5, 6B and 08. RGB value is (165,107,8). Sum of RGB (Red+Green+Blue) = 165+107+8=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56B08 is #5A94F7. Grayscale: #717171. Windows color (decimal): -5936376 or 551845. OLE color: 551845.

HSL color Cylindrical-coordinate representation of color #A56B08: hue angle of 37.83º degrees, saturation: 0.91, 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 #A56B08 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1651078-
CMYK00.350.950.35
HSL37.83º90.75%33.92%-
HSV(B)37.83º95.15%64.71%-
XYZ20.8218.532.71-
YUV113.0668.72165.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 8 (3.52% from 255) = 2.86%
R=58.93%
G=38.21%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165107800.350.950.3537.8390.7533.92
HexA56B80235F23265b22
Octal24515310043137434613342
Binary1010010111010111000010001110111111000111001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B08; }

 p { color: rgb(165,107,8); }

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

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

 a { background-color: rgb(165,107,8); }

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

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

 span { border-color: rgb(165,107,8); }

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