Shades of Delta #99A28C
Tints of Delta #99A28C
RGB
CMYK
RGB Variations
Color information
#99A28C (or 0x99A28C) is known color: Delta. HEX triplet: 99, A2 and 8C. RGB value is (153,162,140). Sum of RGB (Red+Green+Blue) = 153+162+140=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #99A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A28C is #665D73. Grayscale: #9C9C9C. Windows color (decimal): -6708596 or 9216665. OLE color: 9216665.
HSL color Cylindrical-coordinate representation of color #99A28C: hue angle of 84.55º 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 #99A28C is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 140 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.36 |
| HSL | 84.55º | 0.11% | 0.59% | - |
| HSV(B) | 84.55º | 0.14% | 0.64% | - |
| XYZ | 30.79 | 34.51 | 29.85 | - |
| YUV | 156.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 140 | 0.06 | 0 | 0.14 | 0.36 | 84.55 | 0.11 | 0.59 |
| Hex | 99 | A2 | 8C | 6 | 0 | E | 24 | 55 | B | 3B |
| Octal | 231 | 242 | 214 | 6 | 0 | 16 | 44 | 125 | 13 | 73 |
| Binary | 10011001 | 10100010 | 10001100 | 110 | 0 | 1110 | 100100 | 1010101 | 1011 | 111011 |
Color Harmonies of #99A28C
Complementary color
Monochromatic Colors of #99A28C
Black with #99A28C
Text Example
Text Example
White with #99A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A28C; }
p { color: rgb(153,162,140); }
H1.HeaderClassName
{
color: #99A28C;
}
.AnyTagClassName
{
color: #99A28C;
}
</style>
background-color css
<style>
a { background-color: #99A28C; }
a { background-color: rgb(153,162,140); }
div.DivClassName
{
background-color: #99A28C;
}
.BgClassName
{
background-color: #99A28C;
}
</style>
border-color css
<style>
span { border-color: #99A28C; }
span { border-color: rgb(153,162,140); }
td.TdClassName
{
border-color: #99A28C;
}
.TagClassName
{
border-color: #99A28C;
}
</style>