#A56A0D

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

Shades of Golden Brown #A56A0D

Tints of Golden Brown #A56A0D

Color information

#A56A0D (or 0xA56A0D) is unknown color: approx Golden Brown. HEX triplet: A5, 6A and 0D. RGB value is (165,106,13). Sum of RGB (Red+Green+Blue) = 165+106+13=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56A0D is #5A95F2. Grayscale: #717171. Windows color (decimal): -5936627 or 879269. OLE color: 879269.

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

Color convert

RGB16510613-
CMYK00.360.920.35
HSL36.71º85.39%34.9%-
HSV(B)36.71º92.12%64.71%-
XYZ20.7418.342.83-
YUV113.0471.55165.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=58.10%
G=37.32%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651061300.360.920.3536.7185.3934.9
HexA56AD0245C23255523
Octal24515215044134434512543
Binary1010010111010101101010010010111001000111001011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A0D; }

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

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

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

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

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

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

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

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