#A2740A

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

Shades of Golden Brown #A2740A

Tints of Golden Brown #A2740A

Color information

#A2740A (or 0xA2740A) is unknown color: approx Golden Brown. HEX triplet: A2, 74 and 0A. RGB value is (162,116,10). Sum of RGB (Red+Green+Blue) = 162+116+10=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2740A is #5D8BF5. Grayscale: #767676. Windows color (decimal): -6130678 or 685218. OLE color: 685218.

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

Color convert

RGB16211610-
CMYK00.280.940.36
HSL41.84º88.37%33.73%-
HSV(B)41.84º93.83%63.53%-
XYZ21.220.193.07-
YUV117.6767.24159.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=56.25%
G=40.28%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621161000.280.940.3641.8488.3733.73
HexA274A01C5E242a5822
Octal24216412034136445213042
Binary101000101110100101001110010111101001001010101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2740A; }

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

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

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

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

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

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

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

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