Shades of Pewter #99A99A
Tints of Pewter #99A99A
RGB
CMYK
RGB Variations
Color information
#99A99A (or 0x99A99A) is known color: Pewter. HEX triplet: 99, A9 and 9A. RGB value is (153,169,154). Sum of RGB (Red+Green+Blue) = 153+169+154=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #99A99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A99A is #665665. Grayscale: #A2A2A2. Windows color (decimal): -6706790 or 10135961. OLE color: 10135961.
HSL color Cylindrical-coordinate representation of color #99A99A: hue angle of 123.75º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A99A is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 154 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.34 |
| HSL | 123.75º | 0.09% | 0.63% | - |
| HSV(B) | 123.75º | 0.09% | 0.66% | - |
| XYZ | 33.16 | 37.48 | 36.06 | - |
| YUV | 162.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 154 | 0.09 | 0 | 0.09 | 0.34 | 123.75 | 0.09 | 0.63 |
| Hex | 99 | A9 | 9A | 9 | 0 | 9 | 22 | 7C | 9 | 3F |
| Octal | 231 | 251 | 232 | 11 | 0 | 11 | 42 | 174 | 11 | 77 |
| Binary | 10011001 | 10101001 | 10011010 | 1001 | 0 | 1001 | 100010 | 1111100 | 1001 | 111111 |
Color Harmonies of #99A99A
Complementary color
Monochromatic Colors of #99A99A
Black with #99A99A
Text Example
Text Example
White with #99A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A99A; }
p { color: rgb(153,169,154); }
H1.HeaderClassName
{
color: #99A99A;
}
.AnyTagClassName
{
color: #99A99A;
}
</style>
background-color css
<style>
a { background-color: #99A99A; }
a { background-color: rgb(153,169,154); }
div.DivClassName
{
background-color: #99A99A;
}
.BgClassName
{
background-color: #99A99A;
}
</style>
border-color css
<style>
span { border-color: #99A99A; }
span { border-color: rgb(153,169,154); }
td.TdClassName
{
border-color: #99A99A;
}
.TagClassName
{
border-color: #99A99A;
}
</style>