Html Css Color HEX #AA9F71 Tallow

📋 copy color: '#AA9F71'

red 170 ◦ green 159 ◦ blue 113

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

Shades of Tallow #AA9F71

Tints of Tallow #AA9F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.97%

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

R = 38.46%
G = 35.97%
B = 25.57%

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

#AA9F71 (or 0xAA9F71) is known color: Tallow. HEX triplet: AA, 9F and 71. RGB value is (170,159,113). Sum of RGB (Red+Green+Blue) = 170+159+113=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F71 is #55608E. Grayscale: #9D9D9D. Windows color (decimal): -5595279 or 7446442. OLE color: 7446442.

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

Color convert

RGB 170 159 113 -
CMYK 0 0.06 0.34 0.33
HSL 48.42º 0.25% 0.55% -
HSV(B) 48.42º 0.34% 0.67% -
XYZ 31.96 34.53 20.6 -
YUV 157.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 170 159 113 0 0.06 0.34 0.33 48.42 0.25 0.55
Hex AA 9F 71 0 6 22 21 30 19 37
Octal 252 237 161 0 6 42 41 60 31 67
Binary 10101010 10011111 1110001 0 110 100010 100001 110000 11001 110111

Color Harmonies of #AA9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F71

Black with #AA9F71

Text Example


Text Example

White with #AA9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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