Html Css Color HEX #AA9B6A Tallow

📋 copy color: '#AA9B6A'

red 170 ◦ green 155 ◦ blue 106

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

Shades of Tallow #AA9B6A

Tints of Tallow #AA9B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 39.44%
G = 35.96%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA9B6A (or 0xAA9B6A) is known color: Tallow. HEX triplet: AA, 9B and 6A. RGB value is (170,155,106). Sum of RGB (Red+Green+Blue) = 170+155+106=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B6A is #556495. Grayscale: #9A9A9A. Windows color (decimal): -5596310 or 6986666. OLE color: 6986666.

HSL color Cylindrical-coordinate representation of color #AA9B6A: hue angle of 45.94º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9B6A is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 155 106 -
CMYK 0 0.09 0.38 0.33
HSL 45.94º 0.27% 0.54% -
HSV(B) 45.94º 0.38% 0.67% -
XYZ 30.9 33.03 18.38 -
YUV 153.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 170 155 106 0 0.09 0.38 0.33 45.94 0.27 0.54
Hex AA 9B 6A 0 9 26 21 2E 1B 36
Octal 252 233 152 0 11 46 41 56 33 66
Binary 10101010 10011011 1101010 0 1001 100110 100001 101110 11011 110110

Color Harmonies of #AA9B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B6A

Black with #AA9B6A

Text Example


Text Example

White with #AA9B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B6A; }

 p { color: rgb(170,155,106); }

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

background-color css

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

 a { background-color: rgb(170,155,106); }

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

border-color css

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

 span { border-color: rgb(170,155,106); }

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