Shades of Conch #A4BAB8
Tints of Conch #A4BAB8
RGB
CMYK
RGB Variations
Color information
#A4BAB8 (or 0xA4BAB8) is known color: Conch. HEX triplet: A4, BA and B8. RGB value is (164,186,184). Sum of RGB (Red+Green+Blue) = 164+186+184=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAB8 is #5B4547. Grayscale: #B3B3B3. Windows color (decimal): -5981512 or 12106404. OLE color: 12106404.
HSL color Cylindrical-coordinate representation of color #A4BAB8: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAB8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 184 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.27 |
| HSL | 174.55º | 0.14% | 0.69% | - |
| HSV(B) | 174.55º | 0.12% | 0.73% | - |
| XYZ | 41.52 | 46.47 | 52.13 | - |
| YUV | 179.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 184 | 0.12 | 0 | 0.01 | 0.27 | 174.55 | 0.14 | 0.69 |
| Hex | A4 | BA | B8 | C | 0 | 1 | 1B | AF | E | 45 |
| Octal | 244 | 272 | 270 | 14 | 0 | 1 | 33 | 257 | 16 | 105 |
| Binary | 10100100 | 10111010 | 10111000 | 1100 | 0 | 1 | 11011 | 10101111 | 1110 | 1000101 |
Color Harmonies of #A4BAB8
Complementary color
Monochromatic Colors of #A4BAB8
Black with #A4BAB8
Text Example
Text Example
White with #A4BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAB8; }
p { color: rgb(164,186,184); }
H1.HeaderClassName
{
color: #A4BAB8;
}
.AnyTagClassName
{
color: #A4BAB8;
}
</style>
background-color css
<style>
a { background-color: #A4BAB8; }
a { background-color: rgb(164,186,184); }
div.DivClassName
{
background-color: #A4BAB8;
}
.BgClassName
{
background-color: #A4BAB8;
}
</style>
border-color css
<style>
span { border-color: #A4BAB8; }
span { border-color: rgb(164,186,184); }
td.TdClassName
{
border-color: #A4BAB8;
}
.TagClassName
{
border-color: #A4BAB8;
}
</style>