Html Css Color HEX #A18821 Hacienda

📋 copy color: '#A18821'

red 161 ◦ green 136 ◦ blue 33

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

Shades of Hacienda #A18821

Tints of Hacienda #A18821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 48.79%
G = 41.21%
B = 10%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A18821 (or 0xA18821) is known color: Hacienda. HEX triplet: A1, 88 and 21. RGB value is (161,136,33). Sum of RGB (Red+Green+Blue) = 161+136+33=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18821 is #5E77DE. Grayscale: #848484. Windows color (decimal): -6191071 or 2197665. OLE color: 2197665.

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

Color convert

RGB 161 136 33 -
CMYK 0 0.16 0.80 0.37
HSL 48.28º 0.66% 0.38% -
HSV(B) 48.28º 0.8% 0.63% -
XYZ 23.78 25.3 5.07 -
YUV 131.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 161 136 33 0 0.16 0.80 0.37 48.28 0.66 0.38
Hex A1 88 21 0 10 50 25 30 42 26
Octal 241 210 41 0 20 120 45 60 102 46
Binary 10100001 10001000 100001 0 10000 1010000 100101 110000 1000010 100110

Color Harmonies of #A18821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18821

Black with #A18821

Text Example


Text Example

White with #A18821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18821; }

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

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

background-color css

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

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

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

border-color css

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

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

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