Shades of Delta #99A587
Tints of Delta #99A587
RGB
CMYK
RGB Variations
Color information
#99A587 (or 0x99A587) is known color: Delta. HEX triplet: 99, A5 and 87. RGB value is (153,165,135). Sum of RGB (Red+Green+Blue) = 153+165+135=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #99A587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A587 is #665A78. Grayscale: #9E9E9E. Windows color (decimal): -6707833 or 8889753. OLE color: 8889753.
HSL color Cylindrical-coordinate representation of color #99A587: hue angle of 84º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A587 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 135 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.35 |
| HSL | 84º | 0.14% | 0.59% | - |
| HSV(B) | 84º | 0.18% | 0.65% | - |
| XYZ | 30.97 | 35.43 | 28.13 | - |
| YUV | 157.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 135 | 0.07 | 0 | 0.18 | 0.35 | 84 | 0.14 | 0.59 |
| Hex | 99 | A5 | 87 | 7 | 0 | 12 | 23 | 54 | E | 3B |
| Octal | 231 | 245 | 207 | 7 | 0 | 22 | 43 | 124 | 16 | 73 |
| Binary | 10011001 | 10100101 | 10000111 | 111 | 0 | 10010 | 100011 | 1010100 | 1110 | 111011 |
Color Harmonies of #99A587
Complementary color
Monochromatic Colors of #99A587
Black with #99A587
Text Example
Text Example
White with #99A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A587; }
p { color: rgb(153,165,135); }
H1.HeaderClassName
{
color: #99A587;
}
.AnyTagClassName
{
color: #99A587;
}
</style>
background-color css
<style>
a { background-color: #99A587; }
a { background-color: rgb(153,165,135); }
div.DivClassName
{
background-color: #99A587;
}
.BgClassName
{
background-color: #99A587;
}
</style>
border-color css
<style>
span { border-color: #99A587; }
span { border-color: rgb(153,165,135); }
td.TdClassName
{
border-color: #99A587;
}
.TagClassName
{
border-color: #99A587;
}
</style>