Shades of Delta #99A28B
Tints of Delta #99A28B
RGB
CMYK
RGB Variations
Color information
#99A28B (or 0x99A28B) is known color: Delta. HEX triplet: 99, A2 and 8B. RGB value is (153,162,139). Sum of RGB (Red+Green+Blue) = 153+162+139=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #99A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A28B is #665D74. Grayscale: #9C9C9C. Windows color (decimal): -6708597 or 9151129. OLE color: 9151129.
HSL color Cylindrical-coordinate representation of color #99A28B: hue angle of 83.48º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A28B is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 139 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.36 |
| HSL | 83.48º | 0.11% | 0.59% | - |
| HSV(B) | 83.48º | 0.14% | 0.64% | - |
| XYZ | 30.72 | 34.48 | 29.46 | - |
| YUV | 156.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 139 | 0.06 | 0 | 0.14 | 0.36 | 83.48 | 0.11 | 0.59 |
| Hex | 99 | A2 | 8B | 6 | 0 | E | 24 | 53 | B | 3B |
| Octal | 231 | 242 | 213 | 6 | 0 | 16 | 44 | 123 | 13 | 73 |
| Binary | 10011001 | 10100010 | 10001011 | 110 | 0 | 1110 | 100100 | 1010011 | 1011 | 111011 |
Color Harmonies of #99A28B
Complementary color
Monochromatic Colors of #99A28B
Black with #99A28B
Text Example
Text Example
White with #99A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A28B; }
p { color: rgb(153,162,139); }
H1.HeaderClassName
{
color: #99A28B;
}
.AnyTagClassName
{
color: #99A28B;
}
</style>
background-color css
<style>
a { background-color: #99A28B; }
a { background-color: rgb(153,162,139); }
div.DivClassName
{
background-color: #99A28B;
}
.BgClassName
{
background-color: #99A28B;
}
</style>
border-color css
<style>
span { border-color: #99A28B; }
span { border-color: rgb(153,162,139); }
td.TdClassName
{
border-color: #99A28B;
}
.TagClassName
{
border-color: #99A28B;
}
</style>