#A56C0B

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

Shades of Golden Brown #A56C0B

Tints of Golden Brown #A56C0B

Color information

#A56C0B (or 0xA56C0B) is unknown color: approx Golden Brown. HEX triplet: A5, 6C and 0B. RGB value is (165,108,11). Sum of RGB (Red+Green+Blue) = 165+108+11=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56C0B is #5A93F4. Grayscale: #727272. Windows color (decimal): -5936117 or 748709. OLE color: 748709.

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

Color convert

RGB16510811-
CMYK00.350.930.35
HSL37.79º87.5%34.51%-
HSV(B)37.79º93.33%64.71%-
XYZ20.9418.752.83-
YUV113.9869.88164.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 11 (4.69% from 255) = 3.87%
R=58.10%
G=38.03%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651081100.350.930.3537.7987.534.51
HexA56CB0235D23265823
Octal24515413043135434613043
Binary1010010111011001011010001110111011000111001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C0B; }

 p { color: rgb(165,108,11); }

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

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

 a { background-color: rgb(165,108,11); }

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

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

 span { border-color: rgb(165,108,11); }

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