Html Css Color HEX #AA9866 Tallow

📋 copy color: '#AA9866'

red 170 ◦ green 152 ◦ blue 102

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

Shades of Tallow #AA9866

Tints of Tallow #AA9866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 40.09%
G = 35.85%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA9866 (or 0xAA9866) is known color: Tallow. HEX triplet: AA, 98 and 66. RGB value is (170,152,102). Sum of RGB (Red+Green+Blue) = 170+152+102=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9866 is #556799. Grayscale: #979797. Windows color (decimal): -5597082 or 6723754. OLE color: 6723754.

HSL color Cylindrical-coordinate representation of color #AA9866: hue angle of 44.12º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA9866 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 152 102 -
CMYK 0 0.11 0.4 0.33
HSL 44.12º 0.29% 0.53% -
HSV(B) 44.12º 0.4% 0.67% -
XYZ 30.2 31.96 17.15 -
YUV 151.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 170 152 102 0 0.11 0.4 0.33 44.12 0.29 0.53
Hex AA 98 66 0 B 28 21 2C 1D 35
Octal 252 230 146 0 13 50 41 54 35 65
Binary 10101010 10011000 1100110 0 1011 101000 100001 101100 11101 110101

Color Harmonies of #AA9866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9866

Black with #AA9866

Text Example


Text Example

White with #AA9866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9866; }

 p { color: rgb(170,152,102); }

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

background-color css

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

 a { background-color: rgb(170,152,102); }

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

border-color css

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

 span { border-color: rgb(170,152,102); }

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