#a2730e

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

Shades of Golden Brown #A2730E

Tints of Golden Brown #A2730E

Color information

#A2730E (or 0xA2730E) is unknown color: approx Golden Brown. HEX triplet: A2, 73 and 0E. RGB value is (162,115,14). Sum of RGB (Red+Green+Blue) = 162+115+14=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2730E is #5D8CF1. Grayscale: #757575. Windows color (decimal): -6130930 or 947106. OLE color: 947106.

HSL color Cylindrical-coordinate representation of color #A2730E: hue angle of 40.95º 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 #A2730E is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16211514-
CMYK00.290.910.36
HSL40.95º84.09%34.51%-
HSV(B)40.95º91.36%63.53%-
XYZ21.1119.973.16-
YUV117.5469.57159.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 14 (5.86% from 255) = 4.81%
R=55.67%
G=39.52%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621151400.290.910.3640.9584.0934.51
HexA273E01D5B24295423
Octal24216316035133445112443
Binary101000101110011111001110110110111001001010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2730e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2730e; }

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

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

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

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

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

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

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

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