Html Css Color HEX #A0881C Hacienda

📋 copy color: '#A0881C'

red 160 ◦ green 136 ◦ blue 28

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

Shades of Hacienda #A0881C

Tints of Hacienda #A0881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 49.38%
G = 41.98%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0881C (or 0xA0881C) is known color: Hacienda. HEX triplet: A0, 88 and 1C. RGB value is (160,136,28). Sum of RGB (Red+Green+Blue) = 160+136+28=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0881C is #5F77E3. Grayscale: #838383. Windows color (decimal): -6256612 or 1869984. OLE color: 1869984.

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

Color convert

RGB 160 136 28 -
CMYK 0 0.15 0.82 0.37
HSL 49.09º 0.7% 0.37% -
HSV(B) 49.09º 0.83% 0.63% -
XYZ 23.51 25.17 4.72 -
YUV 130.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 160 136 28 0 0.15 0.82 0.37 49.09 0.7 0.37
Hex A0 88 1C 0 F 52 25 31 46 25
Octal 240 210 34 0 17 122 45 61 106 45
Binary 10100000 10001000 11100 0 1111 1010010 100101 110001 1000110 100101

Color Harmonies of #A0881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0881C

Black with #A0881C

Text Example


Text Example

White with #A0881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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