Html Css Color HEX #A18211 Hacienda

📋 copy color: '#A18211'

red 161 ◦ green 130 ◦ blue 17

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

Shades of Hacienda #A18211

Tints of Hacienda #A18211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 52.27%
G = 42.21%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18211 (or 0xA18211) is known color: Hacienda. HEX triplet: A1, 82 and 11. RGB value is (161,130,17). Sum of RGB (Red+Green+Blue) = 161+130+17=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A18211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18211 is #5E7DEE. Grayscale: #7E7E7E. Windows color (decimal): -6192623 or 1147553. OLE color: 1147553.

HSL color Cylindrical-coordinate representation of color #A18211: hue angle of 47.08º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A18211 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 17 -
CMYK 0 0.19 0.89 0.37
HSL 47.08º 0.81% 0.35% -
HSV(B) 47.08º 0.89% 0.63% -
XYZ 22.78 23.58 3.88 -
YUV 126.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 161 130 17 0 0.19 0.89 0.37 47.08 0.81 0.35
Hex A1 82 11 0 13 59 25 2F 51 23
Octal 241 202 21 0 23 131 45 57 121 43
Binary 10100001 10000010 10001 0 10011 1011001 100101 101111 1010001 100011

Color Harmonies of #A18211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18211

Black with #A18211

Text Example


Text Example

White with #A18211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18211; }

 p { color: rgb(161,130,17); }

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

background-color css

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

 a { background-color: rgb(161,130,17); }

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

border-color css

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

 span { border-color: rgb(161,130,17); }

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