Shades of Conch #AEB7B6
Tints of Conch #AEB7B6
RGB
CMYK
RGB Variations
Color information
#AEB7B6 (or 0xAEB7B6) is known color: Conch. HEX triplet: AE, B7 and B6. RGB value is (174,183,182). Sum of RGB (Red+Green+Blue) = 174+183+182=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7B6 is #514849. Grayscale: #B4B4B4. Windows color (decimal): -5326922 or 11974574. OLE color: 11974574.
HSL color Cylindrical-coordinate representation of color #AEB7B6: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEB7B6 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 174 | 183 | 182 | - |
CMYK | 0.05 | 0 | 0.01 | 0.28 |
HSL | 173.33º | 0.06% | 0.7% | - |
HSV(B) | 173.33º | 0.05% | 0.72% | - |
XYZ | 42.83 | 46.24 | 50.92 | - |
YUV | 180.2 | 129.02 | 123.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 183 | 182 | 0.05 | 0 | 0.01 | 0.28 | 173.33 | 0.06 | 0.7 |
Hex | AE | B7 | B6 | 5 | 0 | 1 | 1C | AD | 6 | 46 |
Octal | 256 | 267 | 266 | 5 | 0 | 1 | 34 | 255 | 6 | 106 |
Binary | 10101110 | 10110111 | 10110110 | 101 | 0 | 1 | 11100 | 10101101 | 110 | 1000110 |
Color Harmonies of #AEB7B6
Complementary color
Monochromatic Colors of #AEB7B6
Black with #AEB7B6
Text Example
Text Example
White with #AEB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB7B6; }
p { color: rgb(174,183,182); }
H1.HeaderClassName
{
color: #AEB7B6;
}
.AnyTagClassName
{
color: #AEB7B6;
}
</style>
background-color css
<style>
a { background-color: #AEB7B6; }
a { background-color: rgb(174,183,182); }
div.DivClassName
{
background-color: #AEB7B6;
}
.BgClassName
{
background-color: #AEB7B6;
}
</style>
border-color css
<style>
span { border-color: #AEB7B6; }
span { border-color: rgb(174,183,182); }
td.TdClassName
{
border-color: #AEB7B6;
}
.TagClassName
{
border-color: #AEB7B6;
}
</style>