#A2710E

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

Shades of Golden Brown #A2710E

Tints of Golden Brown #A2710E

Color information

#A2710E (or 0xA2710E) is unknown color: approx Golden Brown. HEX triplet: A2, 71 and 0E. RGB value is (162,113,14). Sum of RGB (Red+Green+Blue) = 162+113+14=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2710E is #5D8EF1. Grayscale: #747474. Windows color (decimal): -6131442 or 946594. OLE color: 946594.

HSL color Cylindrical-coordinate representation of color #A2710E: hue angle of 40.14º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2710E is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16211314-
CMYK00.300.910.36
HSL40.14º84.09%34.51%-
HSV(B)40.14º91.36%63.53%-
XYZ20.8819.523.08-
YUV116.3670.23160.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=56.06%
G=39.10%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621131400.300.910.3640.1484.0934.51
HexA271E01E5B24285423
Octal24216116036133445012443
Binary101000101110001111001111010110111001001010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2710E; }

 p { color: rgb(162,113,14); }

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

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

 a { background-color: rgb(162,113,14); }

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

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

 span { border-color: rgb(162,113,14); }

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