Html Css Color HEX #A0880A Hacienda

📋 copy color: '#A0880A'

red 160 ◦ green 136 ◦ blue 10

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

Shades of Hacienda #A0880A

Tints of Hacienda #A0880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.27%

R = 52.29%
G = 44.44%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0880A (or 0xA0880A) is known color: Hacienda. HEX triplet: A0, 88 and 0A. RGB value is (160,136,10). Sum of RGB (Red+Green+Blue) = 160+136+10=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0880A is #5F77F5. Grayscale: #818181. Windows color (decimal): -6256630 or 690336. OLE color: 690336.

HSL color Cylindrical-coordinate representation of color #A0880A: hue angle of 50.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0880A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 10 -
CMYK 0 0.15 0.94 0.37
HSL 50.4º 0.88% 0.33% -
HSV(B) 50.4º 0.94% 0.63% -
XYZ 23.36 25.1 3.9 -
YUV 128.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 160 136 10 0 0.15 0.94 0.37 50.4 0.88 0.33
Hex A0 88 A 0 F 5E 25 32 58 21
Octal 240 210 12 0 17 136 45 62 130 41
Binary 10100000 10001000 1010 0 1111 1011110 100101 110010 1011000 100001

Color Harmonies of #A0880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0880A

Black with #A0880A

Text Example


Text Example

White with #A0880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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