Shades of Delta #9AA685
Tints of Delta #9AA685
RGB
CMYK
RGB Variations
Color information
#9AA685 (or 0x9AA685) is known color: Delta. HEX triplet: 9A, A6 and 85. RGB value is (154,166,133). Sum of RGB (Red+Green+Blue) = 154+166+133=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA685 is #65597A. Grayscale: #9E9E9E. Windows color (decimal): -6642043 or 8758938. OLE color: 8758938.
HSL color Cylindrical-coordinate representation of color #9AA685: hue angle of 81.82º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AA685 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 133 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.35 |
| HSL | 81.82º | 0.16% | 0.59% | - |
| HSV(B) | 81.82º | 0.2% | 0.65% | - |
| XYZ | 31.2 | 35.84 | 27.46 | - |
| YUV | 158.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 133 | 0.07 | 0 | 0.20 | 0.35 | 81.82 | 0.16 | 0.59 |
| Hex | 9A | A6 | 85 | 7 | 0 | 14 | 23 | 52 | 10 | 3B |
| Octal | 232 | 246 | 205 | 7 | 0 | 24 | 43 | 122 | 20 | 73 |
| Binary | 10011010 | 10100110 | 10000101 | 111 | 0 | 10100 | 100011 | 1010010 | 10000 | 111011 |
Color Harmonies of #9AA685
Complementary color
Monochromatic Colors of #9AA685
Black with #9AA685
Text Example
Text Example
White with #9AA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA685; }
p { color: rgb(154,166,133); }
H1.HeaderClassName
{
color: #9AA685;
}
.AnyTagClassName
{
color: #9AA685;
}
</style>
background-color css
<style>
a { background-color: #9AA685; }
a { background-color: rgb(154,166,133); }
div.DivClassName
{
background-color: #9AA685;
}
.BgClassName
{
background-color: #9AA685;
}
</style>
border-color css
<style>
span { border-color: #9AA685; }
span { border-color: rgb(154,166,133); }
td.TdClassName
{
border-color: #9AA685;
}
.TagClassName
{
border-color: #9AA685;
}
</style>