Html Css Color HEX #A0850B Hacienda

📋 copy color: '#A0850B'

red 160 ◦ green 133 ◦ blue 11

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

Shades of Hacienda #A0850B

Tints of Hacienda #A0850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 52.63%
G = 43.75%
B = 3.62%

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

#A0850B (or 0xA0850B) is known color: Hacienda. HEX triplet: A0, 85 and 0B. RGB value is (160,133,11). Sum of RGB (Red+Green+Blue) = 160+133+11=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0850B is #5F7AF4. Grayscale: #7F7F7F. Windows color (decimal): -6257397 or 755104. OLE color: 755104.

HSL color Cylindrical-coordinate representation of color #A0850B: hue angle of 49.13º degrees, saturation: 0.87, 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 #A0850B is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 133 11 -
CMYK 0 0.17 0.93 0.37
HSL 49.13º 0.87% 0.34% -
HSV(B) 49.13º 0.93% 0.63% -
XYZ 22.95 24.27 3.79 -
YUV 127.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 160 133 11 0 0.17 0.93 0.37 49.13 0.87 0.34
Hex A0 85 B 0 11 5D 25 31 57 22
Octal 240 205 13 0 21 135 45 61 127 42
Binary 10100000 10000101 1011 0 10001 1011101 100101 110001 1010111 100010

Color Harmonies of #A0850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0850B

Black with #A0850B

Text Example


Text Example

White with #A0850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0850B; }

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

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

background-color css

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

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

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

border-color css

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

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

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