Html Css Color HEX #A0850C Hacienda

📋 copy color: '#A0850C'

red 160 ◦ green 133 ◦ blue 12

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

Shades of Hacienda #A0850C

Tints of Hacienda #A0850C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 52.46%
G = 43.61%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0850C (or 0xA0850C) is known color: Hacienda. HEX triplet: A0, 85 and 0C. RGB value is (160,133,12). Sum of RGB (Red+Green+Blue) = 160+133+12=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0850C is #5F7AF3. Grayscale: #7F7F7F. Windows color (decimal): -6257396 or 820640. OLE color: 820640.

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

Color convert

RGB 160 133 12 -
CMYK 0 0.17 0.93 0.37
HSL 49.05º 0.86% 0.34% -
HSV(B) 49.05º 0.93% 0.63% -
XYZ 22.95 24.28 3.82 -
YUV 127.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 160 133 12 0 0.17 0.93 0.37 49.05 0.86 0.34
Hex A0 85 C 0 11 5D 25 31 56 22
Octal 240 205 14 0 21 135 45 61 126 42
Binary 10100000 10000101 1100 0 10001 1011101 100101 110001 1010110 100010

Color Harmonies of #A0850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0850C

Black with #A0850C

Text Example


Text Example

White with #A0850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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