Html Css Color HEX #AA9E6E Tallow

📋 copy color: '#AA9E6E'

red 170 ◦ green 158 ◦ blue 110

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

Shades of Tallow #AA9E6E

Tints of Tallow #AA9E6E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 110 (43.36% from 255) = 25.11%

R = 38.81%
G = 36.07%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA9E6E (or 0xAA9E6E) is known color: Tallow. HEX triplet: AA, 9E and 6E. RGB value is (170,158,110). Sum of RGB (Red+Green+Blue) = 170+158+110=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E6E is #556191. Grayscale: #9C9C9C. Windows color (decimal): -5595538 or 7249578. OLE color: 7249578.

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

Color convert

RGB 170 158 110 -
CMYK 0 0.07 0.35 0.33
HSL 48º 0.26% 0.55% -
HSV(B) 48º 0.35% 0.67% -
XYZ 31.62 34.13 19.67 -
YUV 156.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 170 158 110 0 0.07 0.35 0.33 48 0.26 0.55
Hex AA 9E 6E 0 7 23 21 30 1A 37
Octal 252 236 156 0 7 43 41 60 32 67
Binary 10101010 10011110 1101110 0 111 100011 100001 110000 11010 110111

Color Harmonies of #AA9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E6E

Black with #AA9E6E

Text Example


Text Example

White with #AA9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E6E; }

 p { color: rgb(170,158,110); }

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

background-color css

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

 a { background-color: rgb(170,158,110); }

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

border-color css

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

 span { border-color: rgb(170,158,110); }

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