Html Css Color HEX #AA8921 Hacienda

📋 copy color: '#AA8921'

red 170 ◦ green 137 ◦ blue 33

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

Shades of Hacienda #AA8921

Tints of Hacienda #AA8921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.29%

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

R = 50%
G = 40.29%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA8921 (or 0xAA8921) is known color: Hacienda. HEX triplet: AA, 89 and 21. RGB value is (170,137,33). Sum of RGB (Red+Green+Blue) = 170+137+33=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8921 is #5576DE. Grayscale: #878787. Windows color (decimal): -5600991 or 2197930. OLE color: 2197930.

HSL color Cylindrical-coordinate representation of color #AA8921: hue angle of 45.55º 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 #AA8921 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 33 -
CMYK 0 0.19 0.81 0.33
HSL 45.55º 0.67% 0.4% -
HSV(B) 45.55º 0.81% 0.67% -
XYZ 25.8 26.55 5.2 -
YUV 135.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 170 137 33 0 0.19 0.81 0.33 45.55 0.67 0.4
Hex AA 89 21 0 13 51 21 2E 43 28
Octal 252 211 41 0 23 121 41 56 103 50
Binary 10101010 10001001 100001 0 10011 1010001 100001 101110 1000011 101000

Color Harmonies of #AA8921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8921

Black with #AA8921

Text Example


Text Example

White with #AA8921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8921; }

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

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

background-color css

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

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

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

border-color css

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

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

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