Shades of Delta #99A28D
Tints of Delta #99A28D
RGB
CMYK
RGB Variations
Color information
#99A28D (or 0x99A28D) is known color: Delta. HEX triplet: 99, A2 and 8D. RGB value is (153,162,141). Sum of RGB (Red+Green+Blue) = 153+162+141=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #99A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A28D is #665D72. Grayscale: #9C9C9C. Windows color (decimal): -6708595 or 9282201. OLE color: 9282201.
HSL color Cylindrical-coordinate representation of color #99A28D: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A28D is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 141 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.36 |
| HSL | 85.71º | 0.1% | 0.59% | - |
| HSV(B) | 85.71º | 0.13% | 0.64% | - |
| XYZ | 30.86 | 34.54 | 30.24 | - |
| YUV | 156.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 141 | 0.06 | 0 | 0.13 | 0.36 | 85.71 | 0.1 | 0.59 |
| Hex | 99 | A2 | 8D | 6 | 0 | D | 24 | 56 | A | 3B |
| Octal | 231 | 242 | 215 | 6 | 0 | 15 | 44 | 126 | 12 | 73 |
| Binary | 10011001 | 10100010 | 10001101 | 110 | 0 | 1101 | 100100 | 1010110 | 1010 | 111011 |
Color Harmonies of #99A28D
Complementary color
Monochromatic Colors of #99A28D
Black with #99A28D
Text Example
Text Example
White with #99A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A28D; }
p { color: rgb(153,162,141); }
H1.HeaderClassName
{
color: #99A28D;
}
.AnyTagClassName
{
color: #99A28D;
}
</style>
background-color css
<style>
a { background-color: #99A28D; }
a { background-color: rgb(153,162,141); }
div.DivClassName
{
background-color: #99A28D;
}
.BgClassName
{
background-color: #99A28D;
}
</style>
border-color css
<style>
span { border-color: #99A28D; }
span { border-color: rgb(153,162,141); }
td.TdClassName
{
border-color: #99A28D;
}
.TagClassName
{
border-color: #99A28D;
}
</style>