Html Css Color HEX #AA8021 Hacienda

📋 copy color: '#AA8021'

red 170 ◦ green 128 ◦ blue 33

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

Shades of Hacienda #AA8021

Tints of Hacienda #AA8021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 51.36%
G = 38.67%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA8021 (or 0xAA8021) is known color: Hacienda. HEX triplet: AA, 80 and 21. RGB value is (170,128,33). Sum of RGB (Red+Green+Blue) = 170+128+33=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8021 is #557FDE. Grayscale: #828282. Windows color (decimal): -5603295 or 2195626. OLE color: 2195626.

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

Color convert

RGB 170 128 33 -
CMYK 0 0.25 0.81 0.33
HSL 41.61º 0.67% 0.4% -
HSV(B) 41.61º 0.81% 0.67% -
XYZ 24.57 24.09 4.79 -
YUV 129.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 170 128 33 0 0.25 0.81 0.33 41.61 0.67 0.4
Hex AA 80 21 0 19 51 21 2A 43 28
Octal 252 200 41 0 31 121 41 52 103 50
Binary 10101010 10000000 100001 0 11001 1010001 100001 101010 1000011 101000

Color Harmonies of #AA8021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8021

Black with #AA8021

Text Example


Text Example

White with #AA8021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8021; }

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

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

background-color css

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

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

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

border-color css

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

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

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