#a56e16

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

Shades of Golden Brown #A56E16

Tints of Golden Brown #A56E16

Color information

#A56E16 (or 0xA56E16) is unknown color: approx Golden Brown. HEX triplet: A5, 6E and 16. RGB value is (165,110,22). Sum of RGB (Red+Green+Blue) = 165+110+22=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56E16 is #5A91E9. Grayscale: #747474. Windows color (decimal): -5935594 or 1470117. OLE color: 1470117.

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

Color convert

RGB16511022-
CMYK00.330.870.35
HSL36.92º76.47%36.67%-
HSV(B)36.92º86.67%64.71%-
XYZ21.2419.213.35-
YUV116.4174.72162.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=55.56%
G=37.04%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651102200.330.870.3536.9276.4736.67
HexA56E160215723254c25
Octal24515626041127434511445
Binary10100101110111010110010000110101111000111001011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56e16; }

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

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

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

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

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

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

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

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