Html Css Color HEX #AA8822 Hacienda

📋 copy color: '#AA8822'

red 170 ◦ green 136 ◦ blue 34

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

Shades of Hacienda #AA8822

Tints of Hacienda #AA8822

RGB

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

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

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

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA8822 (or 0xAA8822) is known color: Hacienda. HEX triplet: AA, 88 and 22. RGB value is (170,136,34). Sum of RGB (Red+Green+Blue) = 170+136+34=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8822 is #5577DD. Grayscale: #868686. Windows color (decimal): -5601246 or 2263210. OLE color: 2263210.

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

Color convert

RGB 170 136 34 -
CMYK 0 0.20 0.80 0.33
HSL 45º 0.67% 0.4% -
HSV(B) 45º 0.8% 0.67% -
XYZ 25.67 26.27 5.23 -
YUV 134.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 170 136 34 0 0.20 0.80 0.33 45 0.67 0.4
Hex AA 88 22 0 14 50 21 2D 43 28
Octal 252 210 42 0 24 120 41 55 103 50
Binary 10101010 10001000 100010 0 10100 1010000 100001 101101 1000011 101000

Color Harmonies of #AA8822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8822

Black with #AA8822

Text Example


Text Example

White with #AA8822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8822; }

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

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

background-color css

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

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

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

border-color css

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

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

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