Shades of Pewter #99A599
Tints of Pewter #99A599
RGB
CMYK
RGB Variations
Color information
#99A599 (or 0x99A599) is known color: Pewter. HEX triplet: 99, A5 and 99. RGB value is (153,165,153). Sum of RGB (Red+Green+Blue) = 153+165+153=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #99A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A599 is #665A66. Grayscale: #A0A0A0. Windows color (decimal): -6707815 or 10069401. OLE color: 10069401.
HSL color Cylindrical-coordinate representation of color #99A599: hue angle of 120º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A599 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 153 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.35 |
| HSL | 120º | 0.06% | 0.62% | - |
| HSV(B) | 120º | 0.07% | 0.65% | - |
| XYZ | 32.34 | 35.98 | 35.38 | - |
| YUV | 160.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 153 | 0.07 | 0 | 0.07 | 0.35 | 120 | 0.06 | 0.62 |
| Hex | 99 | A5 | 99 | 7 | 0 | 7 | 23 | 78 | 6 | 3E |
| Octal | 231 | 245 | 231 | 7 | 0 | 7 | 43 | 170 | 6 | 76 |
| Binary | 10011001 | 10100101 | 10011001 | 111 | 0 | 111 | 100011 | 1111000 | 110 | 111110 |
Color Harmonies of #99A599
Complementary color
Monochromatic Colors of #99A599
Black with #99A599
Text Example
Text Example
White with #99A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A599; }
p { color: rgb(153,165,153); }
H1.HeaderClassName
{
color: #99A599;
}
.AnyTagClassName
{
color: #99A599;
}
</style>
background-color css
<style>
a { background-color: #99A599; }
a { background-color: rgb(153,165,153); }
div.DivClassName
{
background-color: #99A599;
}
.BgClassName
{
background-color: #99A599;
}
</style>
border-color css
<style>
span { border-color: #99A599; }
span { border-color: rgb(153,165,153); }
td.TdClassName
{
border-color: #99A599;
}
.TagClassName
{
border-color: #99A599;
}
</style>