Shades of Conch #9AAEAC
Tints of Conch #9AAEAC
RGB
CMYK
RGB Variations
Color information
#9AAEAC (or 0x9AAEAC) is known color: Conch. HEX triplet: 9A, AE and AC. RGB value is (154,174,172). Sum of RGB (Red+Green+Blue) = 154+174+172=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEAC is #655153. Grayscale: #A7A7A7. Windows color (decimal): -6639956 or 11316890. OLE color: 11316890.
HSL color Cylindrical-coordinate representation of color #9AAEAC: hue angle of 174º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAEAC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 172 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.32 |
| HSL | 174º | 0.11% | 0.64% | - |
| HSV(B) | 174º | 0.11% | 0.68% | - |
| XYZ | 35.91 | 40.12 | 44.88 | - |
| YUV | 167.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 172 | 0.11 | 0 | 0.01 | 0.32 | 174 | 0.11 | 0.64 |
| Hex | 9A | AE | AC | B | 0 | 1 | 20 | AE | B | 40 |
| Octal | 232 | 256 | 254 | 13 | 0 | 1 | 40 | 256 | 13 | 100 |
| Binary | 10011010 | 10101110 | 10101100 | 1011 | 0 | 1 | 100000 | 10101110 | 1011 | 1000000 |
Color Harmonies of #9AAEAC
Complementary color
Monochromatic Colors of #9AAEAC
Black with #9AAEAC
Text Example
Text Example
White with #9AAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEAC; }
p { color: rgb(154,174,172); }
H1.HeaderClassName
{
color: #9AAEAC;
}
.AnyTagClassName
{
color: #9AAEAC;
}
</style>
background-color css
<style>
a { background-color: #9AAEAC; }
a { background-color: rgb(154,174,172); }
div.DivClassName
{
background-color: #9AAEAC;
}
.BgClassName
{
background-color: #9AAEAC;
}
</style>
border-color css
<style>
span { border-color: #9AAEAC; }
span { border-color: rgb(154,174,172); }
td.TdClassName
{
border-color: #9AAEAC;
}
.TagClassName
{
border-color: #9AAEAC;
}
</style>