Html Css Color HEX #AA8819 Hacienda

📋 copy color: '#AA8819'

red 170 ◦ green 136 ◦ blue 25

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

Shades of Hacienda #AA8819

Tints of Hacienda #AA8819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 51.36%
G = 41.09%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA8819 (or 0xAA8819) is known color: Hacienda. HEX triplet: AA, 88 and 19. RGB value is (170,136,25). Sum of RGB (Red+Green+Blue) = 170+136+25=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8819 is #5577E6. Grayscale: #858585. Windows color (decimal): -5601255 or 1673386. OLE color: 1673386.

HSL color Cylindrical-coordinate representation of color #AA8819: hue angle of 45.93º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA8819 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 25 -
CMYK 0 0.20 0.85 0.33
HSL 45.93º 0.74% 0.38% -
HSV(B) 45.93º 0.85% 0.67% -
XYZ 25.56 26.22 4.63 -
YUV 133.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 170 136 25 0 0.20 0.85 0.33 45.93 0.74 0.38
Hex AA 88 19 0 14 55 21 2E 4A 26
Octal 252 210 31 0 24 125 41 56 112 46
Binary 10101010 10001000 11001 0 10100 1010101 100001 101110 1001010 100110

Color Harmonies of #AA8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8819

Black with #AA8819

Text Example


Text Example

White with #AA8819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8819; }

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

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

background-color css

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

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

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

border-color css

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

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

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