Shades of Conch #A4BAB6
Tints of Conch #A4BAB6
RGB
CMYK
RGB Variations
Color information
#A4BAB6 (or 0xA4BAB6) is known color: Conch. HEX triplet: A4, BA and B6. RGB value is (164,186,182). Sum of RGB (Red+Green+Blue) = 164+186+182=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAB6 is #5B4549. Grayscale: #B2B2B2. Windows color (decimal): -5981514 or 11975332. OLE color: 11975332.
HSL color Cylindrical-coordinate representation of color #A4BAB6: hue angle of 169.09º 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 #A4BAB6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 164 | 186 | 182 | - |
CMYK | 0.12 | 0 | 0.02 | 0.27 |
HSL | 169.09º | 0.14% | 0.69% | - |
HSV(B) | 169.09º | 0.12% | 0.73% | - |
XYZ | 41.31 | 46.39 | 51.03 | - |
YUV | 178.97 | 129.71 | 117.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 186 | 182 | 0.12 | 0 | 0.02 | 0.27 | 169.09 | 0.14 | 0.69 |
Hex | A4 | BA | B6 | C | 0 | 2 | 1B | A9 | E | 45 |
Octal | 244 | 272 | 266 | 14 | 0 | 2 | 33 | 251 | 16 | 105 |
Binary | 10100100 | 10111010 | 10110110 | 1100 | 0 | 10 | 11011 | 10101001 | 1110 | 1000101 |
Color Harmonies of #A4BAB6
Complementary color
Monochromatic Colors of #A4BAB6
Black with #A4BAB6
Text Example
Text Example
White with #A4BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAB6; }
p { color: rgb(164,186,182); }
H1.HeaderClassName
{
color: #A4BAB6;
}
.AnyTagClassName
{
color: #A4BAB6;
}
</style>
background-color css
<style>
a { background-color: #A4BAB6; }
a { background-color: rgb(164,186,182); }
div.DivClassName
{
background-color: #A4BAB6;
}
.BgClassName
{
background-color: #A4BAB6;
}
</style>
border-color css
<style>
span { border-color: #A4BAB6; }
span { border-color: rgb(164,186,182); }
td.TdClassName
{
border-color: #A4BAB6;
}
.TagClassName
{
border-color: #A4BAB6;
}
</style>