Html Css Color HEX #A0852E Hacienda

📋 copy color: '#A0852E'

red 160 ◦ green 133 ◦ blue 46

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

Shades of Hacienda #A0852E

Tints of Hacienda #A0852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 47.2%
G = 39.23%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0852E (or 0xA0852E) is known color: 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

RGB 160 133 46 -
CMYK 0 0.17 0.71 0.37
HSL 45.79º 0.55% 0.4% -
HSV(B) 45.79º 0.71% 0.63% -
XYZ 23.38 24.45 6.07 -
YUV 131.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 160 133 46 0 0.17 0.71 0.37 45.79 0.55 0.4
Hex A0 85 2E 0 11 47 25 2E 37 28
Octal 240 205 56 0 21 107 45 56 67 50
Binary 10100000 10000101 101110 0 10001 1000111 100101 101110 110111 101000

Color Harmonies of #A0852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0852E

Black with #A0852E

Text Example


Text Example

White with #A0852E

Text Example


Text Example

HTML Codes & Css Web 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>