Html Css Color HEX #AA7A16 Hacienda

📋 copy color: '#AA7A16'

red 170 ◦ green 122 ◦ blue 22

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

Shades of Hacienda #AA7A16

Tints of Hacienda #AA7A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

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

R = 54.14%
G = 38.85%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA7A16 (or 0xAA7A16) is known color: Hacienda. HEX triplet: AA, 7A and 16. RGB value is (170,122,22). Sum of RGB (Red+Green+Blue) = 170+122+22=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A16 is #5585E9. Grayscale: #7D7D7D. Windows color (decimal): -5604842 or 1473194. OLE color: 1473194.

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

Color convert

RGB 170 122 22 -
CMYK 0 0.28 0.87 0.33
HSL 40.54º 0.77% 0.38% -
HSV(B) 40.54º 0.87% 0.67% -
XYZ 23.68 22.52 3.86 -
YUV 124.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 170 122 22 0 0.28 0.87 0.33 40.54 0.77 0.38
Hex AA 7A 16 0 1C 57 21 29 4D 26
Octal 252 172 26 0 34 127 41 51 115 46
Binary 10101010 1111010 10110 0 11100 1010111 100001 101001 1001101 100110

Color Harmonies of #AA7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A16

Black with #AA7A16

Text Example


Text Example

White with #AA7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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