Shades of Conch #A2BAB8
Tints of Conch #A2BAB8
RGB
CMYK
RGB Variations
Color information
#A2BAB8 (or 0xA2BAB8) is known color: Conch. HEX triplet: A2, BA and B8. RGB value is (162,186,184). Sum of RGB (Red+Green+Blue) = 162+186+184=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAB8 is #5D4547. Grayscale: #B2B2B2. Windows color (decimal): -6112584 or 12106402. OLE color: 12106402.
HSL color Cylindrical-coordinate representation of color #A2BAB8: hue angle of 175º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BAB8 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 186 | 184 | - |
CMYK | 0.13 | 0 | 0.01 | 0.27 |
HSL | 175º | 0.15% | 0.68% | - |
HSV(B) | 175º | 0.13% | 0.73% | - |
XYZ | 41.11 | 46.26 | 52.11 | - |
YUV | 178.6 | 131.05 | 116.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 186 | 184 | 0.13 | 0 | 0.01 | 0.27 | 175 | 0.15 | 0.68 |
Hex | A2 | BA | B8 | D | 0 | 1 | 1B | AF | F | 44 |
Octal | 242 | 272 | 270 | 15 | 0 | 1 | 33 | 257 | 17 | 104 |
Binary | 10100010 | 10111010 | 10111000 | 1101 | 0 | 1 | 11011 | 10101111 | 1111 | 1000100 |
Color Harmonies of #A2BAB8
Complementary color
Monochromatic Colors of #A2BAB8
Black with #A2BAB8
Text Example
Text Example
White with #A2BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BAB8; }
p { color: rgb(162,186,184); }
H1.HeaderClassName
{
color: #A2BAB8;
}
.AnyTagClassName
{
color: #A2BAB8;
}
</style>
background-color css
<style>
a { background-color: #A2BAB8; }
a { background-color: rgb(162,186,184); }
div.DivClassName
{
background-color: #A2BAB8;
}
.BgClassName
{
background-color: #A2BAB8;
}
</style>
border-color css
<style>
span { border-color: #A2BAB8; }
span { border-color: rgb(162,186,184); }
td.TdClassName
{
border-color: #A2BAB8;
}
.TagClassName
{
border-color: #A2BAB8;
}
</style>