Html Css Color HEX #A18220 Hacienda

📋 copy color: '#A18220'

red 161 ◦ green 130 ◦ blue 32

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

Shades of Hacienda #A18220

Tints of Hacienda #A18220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 49.85%
G = 40.25%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A18220 (or 0xA18220) is known color: Hacienda. HEX triplet: A1, 82 and 20. RGB value is (161,130,32). Sum of RGB (Red+Green+Blue) = 161+130+32=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A18220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18220 is #5E7DDF. Grayscale: #808080. Windows color (decimal): -6192608 or 2130593. OLE color: 2130593.

HSL color Cylindrical-coordinate representation of color #A18220: hue angle of 45.58º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A18220 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 32 -
CMYK 0 0.19 0.80 0.37
HSL 45.58º 0.67% 0.38% -
HSV(B) 45.58º 0.8% 0.63% -
XYZ 22.94 23.65 4.72 -
YUV 128.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 161 130 32 0 0.19 0.80 0.37 45.58 0.67 0.38
Hex A1 82 20 0 13 50 25 2E 43 26
Octal 241 202 40 0 23 120 45 56 103 46
Binary 10100001 10000010 100000 0 10011 1010000 100101 101110 1000011 100110

Color Harmonies of #A18220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18220

Black with #A18220

Text Example


Text Example

White with #A18220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18220; }

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

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

background-color css

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

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

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

border-color css

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

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

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