Html Css Color HEX #A1880C Hacienda

📋 copy color: '#A1880C'

red 161 ◦ green 136 ◦ blue 12

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

Shades of Hacienda #A1880C

Tints of Hacienda #A1880C

RGB

 RED value IS 161 (63.28% from 255) = 52.1%

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

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

R = 52.1%
G = 44.01%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1880C (or 0xA1880C) is known color: Hacienda. HEX triplet: A1, 88 and 0C. RGB value is (161,136,12). Sum of RGB (Red+Green+Blue) = 161+136+12=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1880C is #5E77F3. Grayscale: #818181. Windows color (decimal): -6191092 or 821409. OLE color: 821409.

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

Color convert

RGB 161 136 12 -
CMYK 0 0.16 0.93 0.37
HSL 49.93º 0.86% 0.34% -
HSV(B) 49.93º 0.93% 0.63% -
XYZ 23.57 25.21 3.97 -
YUV 129.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 161 136 12 0 0.16 0.93 0.37 49.93 0.86 0.34
Hex A1 88 C 0 10 5D 25 32 56 22
Octal 241 210 14 0 20 135 45 62 126 42
Binary 10100001 10001000 1100 0 10000 1011101 100101 110010 1010110 100010

Color Harmonies of #A1880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1880C

Black with #A1880C

Text Example


Text Example

White with #A1880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1880C; }

 p { color: rgb(161,136,12); }

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

background-color css

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

 a { background-color: rgb(161,136,12); }

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

border-color css

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

 span { border-color: rgb(161,136,12); }

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