#a0802d

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

Shades of Hacienda #A0802D

Tints of Hacienda #A0802D

Color information

#A0802D (or 0xA0802D) is unknown color: approx Hacienda. HEX triplet: A0, 80 and 2D. RGB value is (160,128,45). Sum of RGB (Red+Green+Blue) = 160+128+45=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0802D is #5F7FD2. Grayscale: #808080. Windows color (decimal): -6258643 or 2982048. OLE color: 2982048.

HSL color Cylindrical-coordinate representation of color #A0802D: hue angle of 43.3º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0802D is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB16012845-
CMYK00.200.720.37
HSL43.3º56.1%40.2%-
HSV(B)43.3º71.88%62.75%-
XYZ22.6923.15.75-
YUV128.1181.1150.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=48.05%
G=38.44%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601284500.200.720.3743.356.140.2
HexA0802D01448252b3828
Octal2402005502411045537050
Binary10100000100000001011010101001001000100101101011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0802d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0802d; }

 p { color: rgb(160,128,45); }

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

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

 a { background-color: rgb(160,128,45); }

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

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

 span { border-color: rgb(160,128,45); }

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