Shades of Pewter #99AA9A
Tints of Pewter #99AA9A
RGB
CMYK
RGB Variations
Color information
#99AA9A (or 0x99AA9A) is known color: Pewter. HEX triplet: 99, AA and 9A. RGB value is (153,170,154). Sum of RGB (Red+Green+Blue) = 153+170+154=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA9A is #665565. Grayscale: #A3A3A3. Windows color (decimal): -6706534 or 10136217. OLE color: 10136217.
HSL color Cylindrical-coordinate representation of color #99AA9A: hue angle of 123.53º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AA9A is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 154 | - |
| CMYK | 0.1 | 0 | 0.09 | 0.33 |
| HSL | 123.53º | 0.09% | 0.63% | - |
| HSV(B) | 123.53º | 0.1% | 0.67% | - |
| XYZ | 33.34 | 37.85 | 36.12 | - |
| YUV | 163.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 154 | 0.1 | 0 | 0.09 | 0.33 | 123.53 | 0.09 | 0.63 |
| Hex | 99 | AA | 9A | A | 0 | 9 | 21 | 7C | 9 | 3F |
| Octal | 231 | 252 | 232 | 12 | 0 | 11 | 41 | 174 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10011010 | 1010 | 0 | 1001 | 100001 | 1111100 | 1001 | 111111 |
Color Harmonies of #99AA9A
Complementary color
Monochromatic Colors of #99AA9A
Black with #99AA9A
Text Example
Text Example
White with #99AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA9A; }
p { color: rgb(153,170,154); }
H1.HeaderClassName
{
color: #99AA9A;
}
.AnyTagClassName
{
color: #99AA9A;
}
</style>
background-color css
<style>
a { background-color: #99AA9A; }
a { background-color: rgb(153,170,154); }
div.DivClassName
{
background-color: #99AA9A;
}
.BgClassName
{
background-color: #99AA9A;
}
</style>
border-color css
<style>
span { border-color: #99AA9A; }
span { border-color: rgb(153,170,154); }
td.TdClassName
{
border-color: #99AA9A;
}
.TagClassName
{
border-color: #99AA9A;
}
</style>