Shades of Pewter #9AA39A
Tints of Pewter #9AA39A
RGB
CMYK
RGB Variations
Color information
#9AA39A (or 0x9AA39A) is known color: Pewter. HEX triplet: 9A, A3 and 9A. RGB value is (154,163,154). Sum of RGB (Red+Green+Blue) = 154+163+154=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA39A is #655C65. Grayscale: #9F9F9F. Windows color (decimal): -6642790 or 10134426. OLE color: 10134426.
HSL color Cylindrical-coordinate representation of color #9AA39A: hue angle of 120º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9AA39A is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 154 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.36 |
| HSL | 120º | 0.05% | 0.62% | - |
| HSV(B) | 120º | 0.06% | 0.64% | - |
| XYZ | 32.26 | 35.4 | 35.7 | - |
| YUV | 159.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 154 | 0.06 | 0 | 0.06 | 0.36 | 120 | 0.05 | 0.62 |
| Hex | 9A | A3 | 9A | 6 | 0 | 6 | 24 | 78 | 5 | 3E |
| Octal | 232 | 243 | 232 | 6 | 0 | 6 | 44 | 170 | 5 | 76 |
| Binary | 10011010 | 10100011 | 10011010 | 110 | 0 | 110 | 100100 | 1111000 | 101 | 111110 |
Color Harmonies of #9AA39A
Complementary color
Monochromatic Colors of #9AA39A
Black with #9AA39A
Text Example
Text Example
White with #9AA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA39A; }
p { color: rgb(154,163,154); }
H1.HeaderClassName
{
color: #9AA39A;
}
.AnyTagClassName
{
color: #9AA39A;
}
</style>
background-color css
<style>
a { background-color: #9AA39A; }
a { background-color: rgb(154,163,154); }
div.DivClassName
{
background-color: #9AA39A;
}
.BgClassName
{
background-color: #9AA39A;
}
</style>
border-color css
<style>
span { border-color: #9AA39A; }
span { border-color: rgb(154,163,154); }
td.TdClassName
{
border-color: #9AA39A;
}
.TagClassName
{
border-color: #9AA39A;
}
</style>