Html Css Color HEX #AA8420 Hacienda

📋 copy color: '#AA8420'

red 170 ◦ green 132 ◦ blue 32

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

Shades of Hacienda #AA8420

Tints of Hacienda #AA8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

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

R = 50.9%
G = 39.52%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA8420 (or 0xAA8420) is known color: Hacienda. HEX triplet: AA, 84 and 20. RGB value is (170,132,32). Sum of RGB (Red+Green+Blue) = 170+132+32=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8420 is #557BDF. Grayscale: #848484. Windows color (decimal): -5602272 or 2131114. OLE color: 2131114.

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

Color convert

RGB 170 132 32 -
CMYK 0 0.22 0.81 0.33
HSL 43.48º 0.68% 0.4% -
HSV(B) 43.48º 0.81% 0.67% -
XYZ 25.09 25.15 4.9 -
YUV 131.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 170 132 32 0 0.22 0.81 0.33 43.48 0.68 0.4
Hex AA 84 20 0 16 51 21 2B 44 28
Octal 252 204 40 0 26 121 41 53 104 50
Binary 10101010 10000100 100000 0 10110 1010001 100001 101011 1000100 101000

Color Harmonies of #AA8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8420

Black with #AA8420

Text Example


Text Example

White with #AA8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8420; }

 p { color: rgb(170,132,32); }

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

background-color css

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

 a { background-color: rgb(170,132,32); }

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

border-color css

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

 span { border-color: rgb(170,132,32); }

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