Html Css Color HEX #AA8722 Hacienda

📋 copy color: '#AA8722'

red 170 ◦ green 135 ◦ blue 34

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

Shades of Hacienda #AA8722

Tints of Hacienda #AA8722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 50.15%
G = 39.82%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA8722 (or 0xAA8722) is known color: Hacienda. HEX triplet: AA, 87 and 22. RGB value is (170,135,34). Sum of RGB (Red+Green+Blue) = 170+135+34=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8722 is #5578DD. Grayscale: #868686. Windows color (decimal): -5601502 or 2262954. OLE color: 2262954.

HSL color Cylindrical-coordinate representation of color #AA8722: hue angle of 44.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA8722 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 135 34 -
CMYK 0 0.21 0.80 0.33
HSL 44.56º 0.67% 0.4% -
HSV(B) 44.56º 0.8% 0.67% -
XYZ 25.53 25.99 5.18 -
YUV 133.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 170 135 34 0 0.21 0.80 0.33 44.56 0.67 0.4
Hex AA 87 22 0 15 50 21 2D 43 28
Octal 252 207 42 0 25 120 41 55 103 50
Binary 10101010 10000111 100010 0 10101 1010000 100001 101101 1000011 101000

Color Harmonies of #AA8722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8722

Black with #AA8722

Text Example


Text Example

White with #AA8722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8722; }

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

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

background-color css

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

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

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

border-color css

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

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

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