Html Css Color HEX #AA8820 Hacienda

📋 copy color: '#AA8820'

red 170 ◦ green 136 ◦ blue 32

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

Shades of Hacienda #AA8820

Tints of Hacienda #AA8820

RGB

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

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

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

R = 50.3%
G = 40.24%
B = 9.47%

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

#AA8820 (or 0xAA8820) is known color: Hacienda. HEX triplet: AA, 88 and 20. RGB value is (170,136,32). Sum of RGB (Red+Green+Blue) = 170+136+32=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8820 is #5577DF. Grayscale: #868686. Windows color (decimal): -5601248 or 2132138. OLE color: 2132138.

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

Color convert

RGB 170 136 32 -
CMYK 0 0.20 0.81 0.33
HSL 45.22º 0.68% 0.4% -
HSV(B) 45.22º 0.81% 0.67% -
XYZ 25.64 26.26 5.08 -
YUV 134.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 170 136 32 0 0.20 0.81 0.33 45.22 0.68 0.4
Hex AA 88 20 0 14 51 21 2D 44 28
Octal 252 210 40 0 24 121 41 55 104 50
Binary 10101010 10001000 100000 0 10100 1010001 100001 101101 1000100 101000

Color Harmonies of #AA8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8820

Black with #AA8820

Text Example


Text Example

White with #AA8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8820; }

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

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

background-color css

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

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

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

border-color css

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

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

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