#A0852E

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

Shades of Hacienda #A0852E

Tints of Hacienda #A0852E

Color information

#A0852E (or 0xA0852E) is unknown color: approx Hacienda. HEX triplet: A0, 85 and 2E. RGB value is (160,133,46). Sum of RGB (Red+Green+Blue) = 160+133+46=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0852E is #5F7AD1. Grayscale: #838383. Windows color (decimal): -6257362 or 3048864. OLE color: 3048864.

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

Color convert

RGB16013346-
CMYK00.170.710.37
HSL45.79º55.34%40.39%-
HSV(B)45.79º71.25%62.75%-
XYZ23.3824.456.07-
YUV131.1679.95148.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=47.20%
G=39.23%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601334600.170.710.3745.7955.3440.39
HexA0852E01147252e3728
Octal2402055602110745566750
Binary10100000100001011011100100011000111100101101110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0852E; }

 p { color: rgb(160,133,46); }

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

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

 a { background-color: rgb(160,133,46); }

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

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

 span { border-color: rgb(160,133,46); }

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