#A56B15

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

Shades of Golden Brown #A56B15

Tints of Golden Brown #A56B15

Color information

#A56B15 (or 0xA56B15) is unknown color: approx Golden Brown. HEX triplet: A5, 6B and 15. RGB value is (165,107,21). Sum of RGB (Red+Green+Blue) = 165+107+21=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56B15 is #5A94EA. Grayscale: #727272. Windows color (decimal): -5936363 or 1403813. OLE color: 1403813.

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

Color convert

RGB16510721-
CMYK00.350.870.35
HSL35.83º77.42%36.47%-
HSV(B)35.83º87.27%64.71%-
XYZ20.9118.573.19-
YUV114.5475.22163.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=56.31%
G=36.52%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651072100.350.870.3535.8377.4236.47
HexA56B150235723244d24
Octal24515325043127434411544
Binary10100101110101110101010001110101111000111001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B15; }

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

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

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

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

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

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

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

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