Html Css Color HEX #A0840B Hacienda

📋 copy color: '#A0840B'

red 160 ◦ green 132 ◦ blue 11

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

Shades of Hacienda #A0840B

Tints of Hacienda #A0840B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

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

R = 52.81%
G = 43.56%
B = 3.63%

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

#A0840B (or 0xA0840B) is known color: Hacienda. HEX triplet: A0, 84 and 0B. RGB value is (160,132,11). Sum of RGB (Red+Green+Blue) = 160+132+11=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0840B is #5F7BF4. Grayscale: #7F7F7F. Windows color (decimal): -6257653 or 754848. OLE color: 754848.

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

Color convert

RGB 160 132 11 -
CMYK 0 0.17 0.93 0.37
HSL 48.72º 0.87% 0.34% -
HSV(B) 48.72º 0.93% 0.63% -
XYZ 22.81 24 3.75 -
YUV 126.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 160 132 11 0 0.17 0.93 0.37 48.72 0.87 0.34
Hex A0 84 B 0 11 5D 25 31 57 22
Octal 240 204 13 0 21 135 45 61 127 42
Binary 10100000 10000100 1011 0 10001 1011101 100101 110001 1010111 100010

Color Harmonies of #A0840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0840B

Black with #A0840B

Text Example


Text Example

White with #A0840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0840B; }

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

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

background-color css

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

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

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

border-color css

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

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

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