#a56b19

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

Shades of Golden Brown #A56B19

Tints of Golden Brown #A56B19

Color information

#A56B19 (or 0xA56B19) is unknown color: approx Golden Brown. HEX triplet: A5, 6B and 19. RGB value is (165,107,25). Sum of RGB (Red+Green+Blue) = 165+107+25=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56B19 is #5A94E6. Grayscale: #737373. Windows color (decimal): -5936359 or 1665957. OLE color: 1665957.

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

Color convert

RGB16510725-
CMYK00.350.850.35
HSL35.14º73.68%37.25%-
HSV(B)35.14º84.85%64.71%-
XYZ20.9518.583.4-
YUV114.9977.22163.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 25 (10.16% from 255) = 8.42%
R=55.56%
G=36.03%
B=8.42%

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
Decimal1651072500.350.850.3535.1473.6837.25
HexA56B190235523234a25
Octal24515331043125434311245
Binary10100101110101111001010001110101011000111000111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56b19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56b19; }

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

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

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

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

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

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

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

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