Html Css Color HEX #AA8821 Hacienda

📋 copy color: '#AA8821'

red 170 ◦ green 136 ◦ blue 33

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

Shades of Hacienda #AA8821

Tints of Hacienda #AA8821

RGB

 RED value IS 170 (66.8% from 255) = 50.15%

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

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

R = 50.15%
G = 40.12%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA8821 (or 0xAA8821) is known color: Hacienda. HEX triplet: AA, 88 and 21. RGB value is (170,136,33). Sum of RGB (Red+Green+Blue) = 170+136+33=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8821 is #5577DE. Grayscale: #868686. Windows color (decimal): -5601247 or 2197674. OLE color: 2197674.

HSL color Cylindrical-coordinate representation of color #AA8821: hue angle of 45.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA8821 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 33 -
CMYK 0 0.20 0.81 0.33
HSL 45.11º 0.67% 0.4% -
HSV(B) 45.11º 0.81% 0.67% -
XYZ 25.66 26.26 5.16 -
YUV 134.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 170 136 33 0 0.20 0.81 0.33 45.11 0.67 0.4
Hex AA 88 21 0 14 51 21 2D 43 28
Octal 252 210 41 0 24 121 41 55 103 50
Binary 10101010 10001000 100001 0 10100 1010001 100001 101101 1000011 101000

Color Harmonies of #AA8821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8821

Black with #AA8821

Text Example


Text Example

White with #AA8821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8821; }

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

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

background-color css

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

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

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

border-color css

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

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

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