#A56E19

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

Shades of Golden Brown #A56E19

Tints of Golden Brown #A56E19

Color information

#A56E19 (or 0xA56E19) is unknown color: approx Golden Brown. HEX triplet: A5, 6E and 19. RGB value is (165,110,25). Sum of RGB (Red+Green+Blue) = 165+110+25=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56E19 is #5A91E6. Grayscale: #757575. Windows color (decimal): -5935591 or 1666725. OLE color: 1666725.

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

Color convert

RGB16511025-
CMYK00.330.850.35
HSL36.43º73.68%37.25%-
HSV(B)36.43º84.85%64.71%-
XYZ21.2719.223.51-
YUV116.7676.22162.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 25 (10.16% from 255) = 8.33%
R=55%
G=36.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651102500.330.850.3536.4373.6837.25
HexA56E190215523244a25
Octal24515631041125434411245
Binary10100101110111011001010000110101011000111001001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E19; }

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

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

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

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

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

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

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

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