Shades of Delta #99A48E
Tints of Delta #99A48E
RGB
CMYK
RGB Variations
Color information
#99A48E (or 0x99A48E) is known color: Delta. HEX triplet: 99, A4 and 8E. RGB value is (153,164,142). Sum of RGB (Red+Green+Blue) = 153+164+142=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 164 - color contains mainly: green. Hex color #99A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A48E is #665B71. Grayscale: #9E9E9E. Windows color (decimal): -6708082 or 9348249. OLE color: 9348249.
HSL color Cylindrical-coordinate representation of color #99A48E: hue angle of 90º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A48E is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 142 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.36 |
| HSL | 90º | 0.11% | 0.6% | - |
| HSV(B) | 90º | 0.13% | 0.64% | - |
| XYZ | 31.29 | 35.28 | 30.75 | - |
| YUV | 158.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 142 | 0.07 | 0 | 0.13 | 0.36 | 90 | 0.11 | 0.6 |
| Hex | 99 | A4 | 8E | 7 | 0 | D | 24 | 5A | B | 3C |
| Octal | 231 | 244 | 216 | 7 | 0 | 15 | 44 | 132 | 13 | 74 |
| Binary | 10011001 | 10100100 | 10001110 | 111 | 0 | 1101 | 100100 | 1011010 | 1011 | 111100 |
Color Harmonies of #99A48E
Complementary color
Monochromatic Colors of #99A48E
Black with #99A48E
Text Example
Text Example
White with #99A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A48E; }
p { color: rgb(153,164,142); }
H1.HeaderClassName
{
color: #99A48E;
}
.AnyTagClassName
{
color: #99A48E;
}
</style>
background-color css
<style>
a { background-color: #99A48E; }
a { background-color: rgb(153,164,142); }
div.DivClassName
{
background-color: #99A48E;
}
.BgClassName
{
background-color: #99A48E;
}
</style>
border-color css
<style>
span { border-color: #99A48E; }
span { border-color: rgb(153,164,142); }
td.TdClassName
{
border-color: #99A48E;
}
.TagClassName
{
border-color: #99A48E;
}
</style>