Shades of Delta #9FA29C
Tints of Delta #9FA29C
RGB
CMYK
RGB Variations
Color information
#9FA29C (or 0x9FA29C) is known color: Delta. HEX triplet: 9F, A2 and 9C. RGB value is (159,162,156). Sum of RGB (Red+Green+Blue) = 159+162+156=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA29C is #605D63. Grayscale: #A0A0A0. Windows color (decimal): -6315364 or 10265247. OLE color: 10265247.
HSL color Cylindrical-coordinate representation of color #9FA29C: hue angle of 90º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9FA29C is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
RGB | 159 | 162 | 156 | - |
CMYK | 0.02 | 0 | 0.04 | 0.36 |
HSL | 90º | 0.03% | 0.62% | - |
HSV(B) | 90º | 0.04% | 0.64% | - |
XYZ | 33.22 | 35.61 | 36.58 | - |
YUV | 160.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 162 | 156 | 0.02 | 0 | 0.04 | 0.36 | 90 | 0.03 | 0.62 |
Hex | 9F | A2 | 9C | 2 | 0 | 4 | 24 | 5A | 3 | 3E |
Octal | 237 | 242 | 234 | 2 | 0 | 4 | 44 | 132 | 3 | 76 |
Binary | 10011111 | 10100010 | 10011100 | 10 | 0 | 100 | 100100 | 1011010 | 11 | 111110 |
Color Harmonies of #9FA29C
Complementary color
Monochromatic Colors of #9FA29C
Black with #9FA29C
Text Example
Text Example
White with #9FA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA29C; }
p { color: rgb(159,162,156); }
H1.HeaderClassName
{
color: #9FA29C;
}
.AnyTagClassName
{
color: #9FA29C;
}
</style>
background-color css
<style>
a { background-color: #9FA29C; }
a { background-color: rgb(159,162,156); }
div.DivClassName
{
background-color: #9FA29C;
}
.BgClassName
{
background-color: #9FA29C;
}
</style>
border-color css
<style>
span { border-color: #9FA29C; }
span { border-color: rgb(159,162,156); }
td.TdClassName
{
border-color: #9FA29C;
}
.TagClassName
{
border-color: #9FA29C;
}
</style>