Shades of Pewter #99A499
Tints of Pewter #99A499
RGB
CMYK
RGB Variations
Color information
#99A499 (or 0x99A499) is known color: Pewter. HEX triplet: 99, A4 and 99. RGB value is (153,164,153). Sum of RGB (Red+Green+Blue) = 153+164+153=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 164 - color contains mainly: green. Hex color #99A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A499 is #665B66. Grayscale: #9F9F9F. Windows color (decimal): -6708071 or 10069145. OLE color: 10069145.
HSL color Cylindrical-coordinate representation of color #99A499: hue angle of 120º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A499 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 153 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.36 |
| HSL | 120º | 0.06% | 0.62% | - |
| HSV(B) | 120º | 0.07% | 0.64% | - |
| XYZ | 32.16 | 35.62 | 35.32 | - |
| YUV | 159.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 153 | 0.07 | 0 | 0.07 | 0.36 | 120 | 0.06 | 0.62 |
| Hex | 99 | A4 | 99 | 7 | 0 | 7 | 24 | 78 | 6 | 3E |
| Octal | 231 | 244 | 231 | 7 | 0 | 7 | 44 | 170 | 6 | 76 |
| Binary | 10011001 | 10100100 | 10011001 | 111 | 0 | 111 | 100100 | 1111000 | 110 | 111110 |
Color Harmonies of #99A499
Complementary color
Monochromatic Colors of #99A499
Black with #99A499
Text Example
Text Example
White with #99A499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A499; }
p { color: rgb(153,164,153); }
H1.HeaderClassName
{
color: #99A499;
}
.AnyTagClassName
{
color: #99A499;
}
</style>
background-color css
<style>
a { background-color: #99A499; }
a { background-color: rgb(153,164,153); }
div.DivClassName
{
background-color: #99A499;
}
.BgClassName
{
background-color: #99A499;
}
</style>
border-color css
<style>
span { border-color: #99A499; }
span { border-color: rgb(153,164,153); }
td.TdClassName
{
border-color: #99A499;
}
.TagClassName
{
border-color: #99A499;
}
</style>