Html Css Color HEX #AA8720 Hacienda

📋 copy color: '#AA8720'

red 170 ◦ green 135 ◦ blue 32

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

Shades of Hacienda #AA8720

Tints of Hacienda #AA8720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

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

R = 50.45%
G = 40.06%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA8720 (or 0xAA8720) is known color: Hacienda. HEX triplet: AA, 87 and 20. RGB value is (170,135,32). Sum of RGB (Red+Green+Blue) = 170+135+32=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8720 is #5578DF. Grayscale: #868686. Windows color (decimal): -5601504 or 2131882. OLE color: 2131882.

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

Color convert

RGB 170 135 32 -
CMYK 0 0.21 0.81 0.33
HSL 44.78º 0.68% 0.4% -
HSV(B) 44.78º 0.81% 0.67% -
XYZ 25.5 25.98 5.04 -
YUV 133.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 170 135 32 0 0.21 0.81 0.33 44.78 0.68 0.4
Hex AA 87 20 0 15 51 21 2D 44 28
Octal 252 207 40 0 25 121 41 55 104 50
Binary 10101010 10000111 100000 0 10101 1010001 100001 101101 1000100 101000

Color Harmonies of #AA8720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8720

Black with #AA8720

Text Example


Text Example

White with #AA8720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8720; }

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

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

background-color css

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

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

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

border-color css

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

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

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