Html Css Color HEX #A0880B Hacienda

📋 copy color: '#A0880B'

red 160 ◦ green 136 ◦ blue 11

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

Shades of Hacienda #A0880B

Tints of Hacienda #A0880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

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

R = 52.12%
G = 44.3%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0880B (or 0xA0880B) is known color: Hacienda. HEX triplet: A0, 88 and 0B. RGB value is (160,136,11). Sum of RGB (Red+Green+Blue) = 160+136+11=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0880B is #5F77F4. Grayscale: #818181. Windows color (decimal): -6256629 or 755872. OLE color: 755872.

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

Color convert

RGB 160 136 11 -
CMYK 0 0.15 0.93 0.37
HSL 50.34º 0.87% 0.34% -
HSV(B) 50.34º 0.93% 0.63% -
XYZ 23.36 25.11 3.93 -
YUV 128.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 160 136 11 0 0.15 0.93 0.37 50.34 0.87 0.34
Hex A0 88 B 0 F 5D 25 32 57 22
Octal 240 210 13 0 17 135 45 62 127 42
Binary 10100000 10001000 1011 0 1111 1011101 100101 110010 1010111 100010

Color Harmonies of #A0880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0880B

Black with #A0880B

Text Example


Text Example

White with #A0880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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