Html Css Color HEX #AA7616 Hacienda

📋 copy color: '#AA7616'

red 170 ◦ green 118 ◦ blue 22

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

Shades of Hacienda #AA7616

Tints of Hacienda #AA7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 54.84%
G = 38.06%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA7616 (or 0xAA7616) is known color: Hacienda. HEX triplet: AA, 76 and 16. RGB value is (170,118,22). Sum of RGB (Red+Green+Blue) = 170+118+22=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7616 is #5589E9. Grayscale: #7B7B7B. Windows color (decimal): -5605866 or 1472170. OLE color: 1472170.

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

Color convert

RGB 170 118 22 -
CMYK 0 0.31 0.87 0.33
HSL 38.92º 0.77% 0.38% -
HSV(B) 38.92º 0.87% 0.67% -
XYZ 23.2 21.56 3.7 -
YUV 122.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 170 118 22 0 0.31 0.87 0.33 38.92 0.77 0.38
Hex AA 76 16 0 1F 57 21 27 4D 26
Octal 252 166 26 0 37 127 41 47 115 46
Binary 10101010 1110110 10110 0 11111 1010111 100001 100111 1001101 100110

Color Harmonies of #AA7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7616

Black with #AA7616

Text Example


Text Example

White with #AA7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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