Html Css Color HEX #A0880D Hacienda

📋 copy color: '#A0880D'

red 160 ◦ green 136 ◦ blue 13

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

Shades of Hacienda #A0880D

Tints of Hacienda #A0880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 51.78%
G = 44.01%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0880D (or 0xA0880D) is known color: Hacienda. HEX triplet: A0, 88 and 0D. RGB value is (160,136,13). Sum of RGB (Red+Green+Blue) = 160+136+13=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0880D is #5F77F2. Grayscale: #818181. Windows color (decimal): -6256627 or 886944. OLE color: 886944.

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

Color convert

RGB 160 136 13 -
CMYK 0 0.15 0.92 0.37
HSL 50.2º 0.85% 0.34% -
HSV(B) 50.2º 0.92% 0.63% -
XYZ 23.37 25.11 4 -
YUV 129.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 160 136 13 0 0.15 0.92 0.37 50.2 0.85 0.34
Hex A0 88 D 0 F 5C 25 32 55 22
Octal 240 210 15 0 17 134 45 62 125 42
Binary 10100000 10001000 1101 0 1111 1011100 100101 110010 1010101 100010

Color Harmonies of #A0880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0880D

Black with #A0880D

Text Example


Text Example

White with #A0880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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