Html Css Color HEX #AA8416 Hacienda

📋 copy color: '#AA8416'

red 170 ◦ green 132 ◦ blue 22

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

Shades of Hacienda #AA8416

Tints of Hacienda #AA8416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 52.47%
G = 40.74%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA8416 (or 0xAA8416) is known color: Hacienda. HEX triplet: AA, 84 and 16. RGB value is (170,132,22). Sum of RGB (Red+Green+Blue) = 170+132+22=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8416 is #557BE9. Grayscale: #838383. Windows color (decimal): -5602282 or 1475754. OLE color: 1475754.

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

Color convert

RGB 170 132 22 -
CMYK 0 0.22 0.87 0.33
HSL 44.59º 0.77% 0.38% -
HSV(B) 44.59º 0.87% 0.67% -
XYZ 24.97 25.11 4.29 -
YUV 130.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 170 132 22 0 0.22 0.87 0.33 44.59 0.77 0.38
Hex AA 84 16 0 16 57 21 2D 4D 26
Octal 252 204 26 0 26 127 41 55 115 46
Binary 10101010 10000100 10110 0 10110 1010111 100001 101101 1001101 100110

Color Harmonies of #AA8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8416

Black with #AA8416

Text Example


Text Example

White with #AA8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8416; }

 p { color: rgb(170,132,22); }

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

background-color css

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

 a { background-color: rgb(170,132,22); }

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

border-color css

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

 span { border-color: rgb(170,132,22); }

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