Html Css Color HEX #AAA071 Tallow

📋 copy color: '#AAA071'

red 170 ◦ green 160 ◦ blue 113

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

Shades of Tallow #AAA071

Tints of Tallow #AAA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.12%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 38.37%
G = 36.12%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AAA071 (or 0xAAA071) is known color: Tallow. HEX triplet: AA, A0 and 71. RGB value is (170,160,113). Sum of RGB (Red+Green+Blue) = 170+160+113=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA071 is #555F8E. Grayscale: #9D9D9D. Windows color (decimal): -5595023 or 7446698. OLE color: 7446698.

HSL color Cylindrical-coordinate representation of color #AAA071: hue angle of 49.47º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA071 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 113 -
CMYK 0 0.06 0.34 0.33
HSL 49.47º 0.25% 0.55% -
HSV(B) 49.47º 0.34% 0.67% -
XYZ 32.13 34.88 20.66 -
YUV 157.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 170 160 113 0 0.06 0.34 0.33 49.47 0.25 0.55
Hex AA A0 71 0 6 22 21 31 19 37
Octal 252 240 161 0 6 42 41 61 31 67
Binary 10101010 10100000 1110001 0 110 100010 100001 110001 11001 110111

Color Harmonies of #AAA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA071

Black with #AAA071

Text Example


Text Example

White with #AAA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA071; }

 p { color: rgb(170,160,113); }

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

background-color css

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

 a { background-color: rgb(170,160,113); }

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

border-color css

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

 span { border-color: rgb(170,160,113); }

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