#A2802C

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

Shades of Hacienda #A2802C

Tints of Hacienda #A2802C

Color information

#A2802C (or 0xA2802C) is unknown color: approx Hacienda. HEX triplet: A2, 80 and 2C. RGB value is (162,128,44). Sum of RGB (Red+Green+Blue) = 162+128+44=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2802C is #5D7FD3. Grayscale: #808080. Windows color (decimal): -6127572 or 2916514. OLE color: 2916514.

HSL color Cylindrical-coordinate representation of color #A2802C: hue angle of 42.71º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2802C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16212844-
CMYK00.210.730.36
HSL42.71º57.28%40.39%-
HSV(B)42.71º72.84%63.53%-
XYZ23.0723.35.66-
YUV128.5980.26151.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=48.50%
G=38.32%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621284400.210.730.3642.7157.2840.39
HexA2802C01549242b3928
Octal2422005402511144537150
Binary10100010100000001011000101011001001100100101011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2802C; }

 p { color: rgb(162,128,44); }

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

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

 a { background-color: rgb(162,128,44); }

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

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

 span { border-color: rgb(162,128,44); }

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