#A2802E

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

Shades of Hacienda #A2802E

Tints of Hacienda #A2802E

Color information

#A2802E (or 0xA2802E) is unknown color: approx Hacienda. HEX triplet: A2, 80 and 2E. RGB value is (162,128,46). Sum of RGB (Red+Green+Blue) = 162+128+46=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2802E is #5D7FD1. Grayscale: #818181. Windows color (decimal): -6127570 or 3047586. OLE color: 3047586.

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

Color convert

RGB16212846-
CMYK00.210.720.36
HSL42.41º55.77%40.78%-
HSV(B)42.41º71.6%63.53%-
XYZ23.1123.325.87-
YUV128.8281.26151.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 46 (18.36% from 255) = 13.69%
R=48.21%
G=38.10%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621284600.210.720.3642.4155.7740.78
HexA2802E01548242a3829
Octal2422005602511044527051
Binary10100010100000001011100101011001000100100101010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2802E; }

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

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

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

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

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

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

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

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