#A56B0D

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

Shades of Golden Brown #A56B0D

Tints of Golden Brown #A56B0D

Color information

#A56B0D (or 0xA56B0D) is unknown color: approx Golden Brown. HEX triplet: A5, 6B and 0D. RGB value is (165,107,13). Sum of RGB (Red+Green+Blue) = 165+107+13=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56B0D is #5A94F2. Grayscale: #727272. Windows color (decimal): -5936371 or 879525. OLE color: 879525.

HSL color Cylindrical-coordinate representation of color #A56B0D: hue angle of 37.11º 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 #A56B0D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB16510713-
CMYK00.350.920.35
HSL37.11º85.39%34.9%-
HSV(B)37.11º92.12%64.71%-
XYZ20.8518.542.86-
YUV113.6371.22164.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 13 (5.47% from 255) = 4.56%
R=57.89%
G=37.54%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651071300.350.920.3537.1185.3934.9
HexA56BD0235C23255523
Octal24515315043134434512543
Binary1010010111010111101010001110111001000111001011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B0D; }

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

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

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

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

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

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

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

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