Html Css Color HEX #AA9974 Tallow

📋 copy color: '#AA9974'

red 170 ◦ green 153 ◦ blue 116

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

Shades of Tallow #AA9974

Tints of Tallow #AA9974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 116 (45.7% from 255) = 26.42%

R = 38.72%
G = 34.85%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA9974 (or 0xAA9974) is known color: Tallow. HEX triplet: AA, 99 and 74. RGB value is (170,153,116). Sum of RGB (Red+Green+Blue) = 170+153+116=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9974 is #55668B. Grayscale: #9A9A9A. Windows color (decimal): -5596812 or 7641514. OLE color: 7641514.

HSL color Cylindrical-coordinate representation of color #AA9974: hue angle of 41.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9974 is Cyan = 0, Magento = 0.1, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 116 -
CMYK 0 0.1 0.32 0.33
HSL 41.11º 0.24% 0.56% -
HSV(B) 41.11º 0.32% 0.67% -
XYZ 31.12 32.59 21.17 -
YUV 153.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 170 153 116 0 0.1 0.32 0.33 41.11 0.24 0.56
Hex AA 99 74 0 A 20 21 29 18 38
Octal 252 231 164 0 12 40 41 51 30 70
Binary 10101010 10011001 1110100 0 1010 100000 100001 101001 11000 111000

Color Harmonies of #AA9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9974

Black with #AA9974

Text Example


Text Example

White with #AA9974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9974; }

 p { color: rgb(170,153,116); }

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

background-color css

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

 a { background-color: rgb(170,153,116); }

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

border-color css

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

 span { border-color: rgb(170,153,116); }

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