#A2730A

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

Shades of Golden Brown #A2730A

Tints of Golden Brown #A2730A

Color information

#A2730A (or 0xA2730A) is unknown color: approx Golden Brown. HEX triplet: A2, 73 and 0A. RGB value is (162,115,10). Sum of RGB (Red+Green+Blue) = 162+115+10=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2730A is #5D8CF5. Grayscale: #757575. Windows color (decimal): -6130934 or 684962. OLE color: 684962.

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

Color convert

RGB16211510-
CMYK00.290.940.36
HSL41.45º88.37%33.73%-
HSV(B)41.45º93.83%63.53%-
XYZ21.0919.963.03-
YUV117.0867.57160.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 10 (4.30% from 255) = 3.48%
R=56.45%
G=40.07%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621151000.290.940.3641.4588.3733.73
HexA273A01D5E24295822
Octal24216312035136445113042
Binary101000101110011101001110110111101001001010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2730A; }

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

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

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

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

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

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

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

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