Html Css Color HEX #A0852C Hacienda

📋 copy color: '#A0852C'

red 160 ◦ green 133 ◦ blue 44

#A0852C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A0852C

Tints of Hacienda #A0852C

RGB

 RED value IS 160 (62.89% from 255) = 47.48%

 GREEN value IS 133 (52.34% from 255) = 39.47%

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 47.48%
G = 39.47%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0852C (or 0xA0852C) is known color: Hacienda. HEX triplet: A0, 85 and 2C. RGB value is (160,133,44). Sum of RGB (Red+Green+Blue) = 160+133+44=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0852C is #5F7AD3. Grayscale: #838383. Windows color (decimal): -6257364 or 2917792. OLE color: 2917792.

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

Color convert

RGB 160 133 44 -
CMYK 0 0.17 0.72 0.37
HSL 46.03º 0.57% 0.4% -
HSV(B) 46.03º 0.73% 0.63% -
XYZ 23.34 24.43 5.87 -
YUV 130.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 160 133 44 0 0.17 0.72 0.37 46.03 0.57 0.4
Hex A0 85 2C 0 11 48 25 2E 39 28
Octal 240 205 54 0 21 110 45 56 71 50
Binary 10100000 10000101 101100 0 10001 1001000 100101 101110 111001 101000

Color Harmonies of #A0852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0852C

Black with #A0852C

Text Example


Text Example

White with #A0852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0852C; }

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

 H1.HeaderClassName
 {
   color: #A0852C;
 }
 .AnyTagClassName
 {
   color: #A0852C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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