Shades of Delta #99A08B
Tints of Delta #99A08B
RGB
CMYK
RGB Variations
Color information
#99A08B (or 0x99A08B) is known color: Delta. HEX triplet: 99, A0 and 8B. RGB value is (153,160,139). Sum of RGB (Red+Green+Blue) = 153+160+139=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #99A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A08B is #665F74. Grayscale: #9B9B9B. Windows color (decimal): -6709109 or 9150617. OLE color: 9150617.
HSL color Cylindrical-coordinate representation of color #99A08B: hue angle of 80º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A08B is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 139 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.37 |
| HSL | 80º | 0.1% | 0.59% | - |
| HSV(B) | 80º | 0.13% | 0.63% | - |
| XYZ | 30.37 | 33.78 | 29.35 | - |
| YUV | 155.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 139 | 0.04 | 0 | 0.13 | 0.37 | 80 | 0.1 | 0.59 |
| Hex | 99 | A0 | 8B | 4 | 0 | D | 25 | 50 | A | 3B |
| Octal | 231 | 240 | 213 | 4 | 0 | 15 | 45 | 120 | 12 | 73 |
| Binary | 10011001 | 10100000 | 10001011 | 100 | 0 | 1101 | 100101 | 1010000 | 1010 | 111011 |
Color Harmonies of #99A08B
Complementary color
Monochromatic Colors of #99A08B
Black with #99A08B
Text Example
Text Example
White with #99A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A08B; }
p { color: rgb(153,160,139); }
H1.HeaderClassName
{
color: #99A08B;
}
.AnyTagClassName
{
color: #99A08B;
}
</style>
background-color css
<style>
a { background-color: #99A08B; }
a { background-color: rgb(153,160,139); }
div.DivClassName
{
background-color: #99A08B;
}
.BgClassName
{
background-color: #99A08B;
}
</style>
border-color css
<style>
span { border-color: #99A08B; }
span { border-color: rgb(153,160,139); }
td.TdClassName
{
border-color: #99A08B;
}
.TagClassName
{
border-color: #99A08B;
}
</style>