#A56B11

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

Shades of Golden Brown #A56B11

Tints of Golden Brown #A56B11

Color information

#A56B11 (or 0xA56B11) is unknown color: approx Golden Brown. HEX triplet: A5, 6B and 11. RGB value is (165,107,17). Sum of RGB (Red+Green+Blue) = 165+107+17=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56B11 is #5A94EE. Grayscale: #727272. Windows color (decimal): -5936367 or 1141669. OLE color: 1141669.

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

Color convert

RGB16510717-
CMYK00.350.900.35
HSL36.49º81.32%35.69%-
HSV(B)36.49º89.7%64.71%-
XYZ20.8818.563.01-
YUV114.0873.22164.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=57.09%
G=37.02%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651071700.350.900.3536.4981.3235.69
HexA56B110235A23245124
Octal24515321043132434412144
Binary10100101110101110001010001110110101000111001001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B11; }

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

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

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

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

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

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

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

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