Shades of Conch #AAB6B4
Tints of Conch #AAB6B4
RGB
CMYK
RGB Variations
Color information
#AAB6B4 (or 0xAAB6B4) is known color: Conch. HEX triplet: AA, B6 and B4. RGB value is (170,182,180). Sum of RGB (Red+Green+Blue) = 170+182+180=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6B4 is #55494B. Grayscale: #B2B2B2. Windows color (decimal): -5589324 or 11843242. OLE color: 11843242.
HSL color Cylindrical-coordinate representation of color #AAB6B4: hue angle of 170º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB6B4 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 180 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.29 |
| HSL | 170º | 0.08% | 0.69% | - |
| HSV(B) | 170º | 0.07% | 0.71% | - |
| XYZ | 41.54 | 45.3 | 49.73 | - |
| YUV | 178.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 180 | 0.07 | 0 | 0.01 | 0.29 | 170 | 0.08 | 0.69 |
| Hex | AA | B6 | B4 | 7 | 0 | 1 | 1D | AA | 8 | 45 |
| Octal | 252 | 266 | 264 | 7 | 0 | 1 | 35 | 252 | 10 | 105 |
| Binary | 10101010 | 10110110 | 10110100 | 111 | 0 | 1 | 11101 | 10101010 | 1000 | 1000101 |
Color Harmonies of #AAB6B4
Complementary color
Monochromatic Colors of #AAB6B4
Black with #AAB6B4
Text Example
Text Example
White with #AAB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6B4; }
p { color: rgb(170,182,180); }
H1.HeaderClassName
{
color: #AAB6B4;
}
.AnyTagClassName
{
color: #AAB6B4;
}
</style>
background-color css
<style>
a { background-color: #AAB6B4; }
a { background-color: rgb(170,182,180); }
div.DivClassName
{
background-color: #AAB6B4;
}
.BgClassName
{
background-color: #AAB6B4;
}
</style>
border-color css
<style>
span { border-color: #AAB6B4; }
span { border-color: rgb(170,182,180); }
td.TdClassName
{
border-color: #AAB6B4;
}
.TagClassName
{
border-color: #AAB6B4;
}
</style>