#A27416

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

Shades of Golden Brown #A27416

Tints of Golden Brown #A27416

Color information

#A27416 (or 0xA27416) is unknown color: approx Golden Brown. HEX triplet: A2, 74 and 16. RGB value is (162,116,22). Sum of RGB (Red+Green+Blue) = 162+116+22=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A27416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27416 is #5D8BE9. Grayscale: #777777. Windows color (decimal): -6130666 or 1471650. OLE color: 1471650.

HSL color Cylindrical-coordinate representation of color #A27416: hue angle of 40.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A27416 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB16211622-
CMYK00.280.860.36
HSL40.29º76.09%36.08%-
HSV(B)40.29º86.42%63.53%-
XYZ21.2920.233.54-
YUV119.0473.24158.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 22 (8.98% from 255) = 7.33%
R=54%
G=38.67%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621162200.280.860.3640.2976.0936.08
HexA2741601C5624284c24
Octal24216426034126445011444
Binary1010001011101001011001110010101101001001010001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27416; }

 p { color: rgb(162,116,22); }

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

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

 a { background-color: rgb(162,116,22); }

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

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

 span { border-color: rgb(162,116,22); }

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