#A56C19

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

Shades of Golden Brown #A56C19

Tints of Golden Brown #A56C19

Color information

#A56C19 (or 0xA56C19) is unknown color: approx Golden Brown. HEX triplet: A5, 6C and 19. RGB value is (165,108,25). Sum of RGB (Red+Green+Blue) = 165+108+25=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56C19 is #5A93E6. Grayscale: #737373. Windows color (decimal): -5936103 or 1666213. OLE color: 1666213.

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

Color convert

RGB16510825-
CMYK00.350.850.35
HSL35.57º73.68%37.25%-
HSV(B)35.57º84.85%64.71%-
XYZ21.0618.793.44-
YUV115.5876.88163.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 108 (42.58% from 255) = 36.24%
BLUE value IS 25 (10.16% from 255) = 8.39%
R=55.37%
G=36.24%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651082500.350.850.3535.5773.6837.25
HexA56C190235523244a25
Octal24515431043125434411245
Binary10100101110110011001010001110101011000111001001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C19; }

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

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

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

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

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

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

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

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