Html Css Color HEX #AA9966 Tallow

📋 copy color: '#AA9966'

red 170 ◦ green 153 ◦ blue 102

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

Shades of Tallow #AA9966

Tints of Tallow #AA9966

RGB

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

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

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

R = 40%
G = 36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA9966 (or 0xAA9966) is known color: Tallow. HEX triplet: AA, 99 and 66. RGB value is (170,153,102). Sum of RGB (Red+Green+Blue) = 170+153+102=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9966 is #556699. Grayscale: #989898. Windows color (decimal): -5596826 or 6724010. OLE color: 6724010.

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

Color convert

RGB 170 153 102 -
CMYK 0 0.1 0.4 0.33
HSL 45º 0.29% 0.53% -
HSV(B) 45º 0.4% 0.67% -
XYZ 30.37 32.29 17.2 -
YUV 152.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 170 153 102 0 0.1 0.4 0.33 45 0.29 0.53
Hex AA 99 66 0 A 28 21 2D 1D 35
Octal 252 231 146 0 12 50 41 55 35 65
Binary 10101010 10011001 1100110 0 1010 101000 100001 101101 11101 110101

Color Harmonies of #AA9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9966

Black with #AA9966

Text Example


Text Example

White with #AA9966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9966; }

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

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

background-color css

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

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

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

border-color css

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

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

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