#A2802A

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

Shades of Hacienda #A2802A

Tints of Hacienda #A2802A

Color information

#A2802A (or 0xA2802A) is unknown color: approx Hacienda. HEX triplet: A2, 80 and 2A. RGB value is (162,128,42). Sum of RGB (Red+Green+Blue) = 162+128+42=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A2802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2802A is #5D7FD5. Grayscale: #808080. Windows color (decimal): -6127574 or 2785442. OLE color: 2785442.

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

Color convert

RGB16212842-
CMYK00.210.740.36
HSL43º58.82%40%-
HSV(B)43º74.07%63.53%-
XYZ23.0423.295.47-
YUV128.3679.26151.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=48.80%
G=38.55%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621284200.210.740.364358.8240
HexA2802A0154A242b3b28
Octal2422005202511244537350
Binary10100010100000001010100101011001010100100101011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2802A; }

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

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

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

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

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

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

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

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