Html Css Color HEX #A0800C Hacienda

📋 copy color: '#A0800C'

red 160 ◦ green 128 ◦ blue 12

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

Shades of Hacienda #A0800C

Tints of Hacienda #A0800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.67%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 53.33%
G = 42.67%
B = 4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0800C (or 0xA0800C) is known color: Hacienda. HEX triplet: A0, 80 and 0C. RGB value is (160,128,12). Sum of RGB (Red+Green+Blue) = 160+128+12=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0800C is #5F7FF3. Grayscale: #7C7C7C. Windows color (decimal): -6258676 or 819360. OLE color: 819360.

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

Color convert

RGB 160 128 12 -
CMYK 0 0.20 0.93 0.37
HSL 47.03º 0.86% 0.34% -
HSV(B) 47.03º 0.93% 0.63% -
XYZ 22.28 22.94 3.6 -
YUV 124.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 160 128 12 0 0.20 0.93 0.37 47.03 0.86 0.34
Hex A0 80 C 0 14 5D 25 2F 56 22
Octal 240 200 14 0 24 135 45 57 126 42
Binary 10100000 10000000 1100 0 10100 1011101 100101 101111 1010110 100010

Color Harmonies of #A0800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0800C

Black with #A0800C

Text Example


Text Example

White with #A0800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0800C; }

 p { color: rgb(160,128,12); }

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

background-color css

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

 a { background-color: rgb(160,128,12); }

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

border-color css

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

 span { border-color: rgb(160,128,12); }

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