Html Css Color HEX #AA8016 Hacienda

📋 copy color: '#AA8016'

red 170 ◦ green 128 ◦ blue 22

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

Shades of Hacienda #AA8016

Tints of Hacienda #AA8016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 53.13%
G = 40%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA8016 (or 0xAA8016) is known color: Hacienda. HEX triplet: AA, 80 and 16. RGB value is (170,128,22). Sum of RGB (Red+Green+Blue) = 170+128+22=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8016 is #557FE9. Grayscale: #808080. Windows color (decimal): -5603306 or 1474730. OLE color: 1474730.

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

Color convert

RGB 170 128 22 -
CMYK 0 0.25 0.87 0.33
HSL 42.97º 0.77% 0.38% -
HSV(B) 42.97º 0.87% 0.67% -
XYZ 24.44 24.04 4.11 -
YUV 128.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 170 128 22 0 0.25 0.87 0.33 42.97 0.77 0.38
Hex AA 80 16 0 19 57 21 2B 4D 26
Octal 252 200 26 0 31 127 41 53 115 46
Binary 10101010 10000000 10110 0 11001 1010111 100001 101011 1001101 100110

Color Harmonies of #AA8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8016

Black with #AA8016

Text Example


Text Example

White with #AA8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8016; }

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

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

background-color css

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

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

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

border-color css

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

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

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