Shades of Delta #99A18E
Tints of Delta #99A18E
RGB
CMYK
RGB Variations
Color information
#99A18E (or 0x99A18E) is known color: Delta. HEX triplet: 99, A1 and 8E. RGB value is (153,161,142). Sum of RGB (Red+Green+Blue) = 153+161+142=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #99A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A18E is #665E71. Grayscale: #9C9C9C. Windows color (decimal): -6708850 or 9347481. OLE color: 9347481.
HSL color Cylindrical-coordinate representation of color #99A18E: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A18E is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 142 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.37 |
| HSL | 85.26º | 0.09% | 0.59% | - |
| HSV(B) | 85.26º | 0.12% | 0.63% | - |
| XYZ | 30.76 | 34.22 | 30.57 | - |
| YUV | 156.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 142 | 0.05 | 0 | 0.12 | 0.37 | 85.26 | 0.09 | 0.59 |
| Hex | 99 | A1 | 8E | 5 | 0 | C | 25 | 55 | 9 | 3B |
| Octal | 231 | 241 | 216 | 5 | 0 | 14 | 45 | 125 | 11 | 73 |
| Binary | 10011001 | 10100001 | 10001110 | 101 | 0 | 1100 | 100101 | 1010101 | 1001 | 111011 |
Color Harmonies of #99A18E
Complementary color
Monochromatic Colors of #99A18E
Black with #99A18E
Text Example
Text Example
White with #99A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A18E; }
p { color: rgb(153,161,142); }
H1.HeaderClassName
{
color: #99A18E;
}
.AnyTagClassName
{
color: #99A18E;
}
</style>
background-color css
<style>
a { background-color: #99A18E; }
a { background-color: rgb(153,161,142); }
div.DivClassName
{
background-color: #99A18E;
}
.BgClassName
{
background-color: #99A18E;
}
</style>
border-color css
<style>
span { border-color: #99A18E; }
span { border-color: rgb(153,161,142); }
td.TdClassName
{
border-color: #99A18E;
}
.TagClassName
{
border-color: #99A18E;
}
</style>