Shades of Pewter #9AA29A
Tints of Pewter #9AA29A
RGB
CMYK
RGB Variations
Color information
#9AA29A (or 0x9AA29A) is known color: Pewter. HEX triplet: 9A, A2 and 9A. RGB value is (154,162,154). Sum of RGB (Red+Green+Blue) = 154+162+154=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA29A is #655D65. Grayscale: #9E9E9E. Windows color (decimal): -6643046 or 10134170. OLE color: 10134170.
HSL color Cylindrical-coordinate representation of color #9AA29A: hue angle of 120º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9AA29A is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
RGB | 154 | 162 | 154 | - |
CMYK | 0.05 | 0 | 0.05 | 0.36 |
HSL | 120º | 0.04% | 0.62% | - |
HSV(B) | 120º | 0.05% | 0.64% | - |
XYZ | 32.08 | 35.04 | 35.65 | - |
YUV | 158.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 162 | 154 | 0.05 | 0 | 0.05 | 0.36 | 120 | 0.04 | 0.62 |
Hex | 9A | A2 | 9A | 5 | 0 | 5 | 24 | 78 | 4 | 3E |
Octal | 232 | 242 | 232 | 5 | 0 | 5 | 44 | 170 | 4 | 76 |
Binary | 10011010 | 10100010 | 10011010 | 101 | 0 | 101 | 100100 | 1111000 | 100 | 111110 |
Color Harmonies of #9AA29A
Complementary color
Monochromatic Colors of #9AA29A
Black with #9AA29A
Text Example
Text Example
White with #9AA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA29A; }
p { color: rgb(154,162,154); }
H1.HeaderClassName
{
color: #9AA29A;
}
.AnyTagClassName
{
color: #9AA29A;
}
</style>
background-color css
<style>
a { background-color: #9AA29A; }
a { background-color: rgb(154,162,154); }
div.DivClassName
{
background-color: #9AA29A;
}
.BgClassName
{
background-color: #9AA29A;
}
</style>
border-color css
<style>
span { border-color: #9AA29A; }
span { border-color: rgb(154,162,154); }
td.TdClassName
{
border-color: #9AA29A;
}
.TagClassName
{
border-color: #9AA29A;
}
</style>