Shades of Opal #AEBAB7
Tints of Opal #AEBAB7
RGB
CMYK
RGB Variations
Color information
#AEBAB7 (or 0xAEBAB7) is known color: Opal. HEX triplet: AE, BA and B7. RGB value is (174,186,183). Sum of RGB (Red+Green+Blue) = 174+186+183=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB7 is #514548. Grayscale: #B6B6B6. Windows color (decimal): -5326153 or 12040878. OLE color: 12040878.
HSL color Cylindrical-coordinate representation of color #AEBAB7: hue angle of 165º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 183 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.27 |
| HSL | 165º | 0.08% | 0.71% | - |
| HSV(B) | 165º | 0.06% | 0.73% | - |
| XYZ | 43.56 | 47.54 | 51.68 | - |
| YUV | 182.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 183 | 0.06 | 0 | 0.02 | 0.27 | 165 | 0.08 | 0.71 |
| Hex | AE | BA | B7 | 6 | 0 | 2 | 1B | A5 | 8 | 47 |
| Octal | 256 | 272 | 267 | 6 | 0 | 2 | 33 | 245 | 10 | 107 |
| Binary | 10101110 | 10111010 | 10110111 | 110 | 0 | 10 | 11011 | 10100101 | 1000 | 1000111 |
Color Harmonies of #AEBAB7
Complementary color
Monochromatic Colors of #AEBAB7
Black with #AEBAB7
Text Example
Text Example
White with #AEBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAB7; }
p { color: rgb(174,186,183); }
H1.HeaderClassName
{
color: #AEBAB7;
}
.AnyTagClassName
{
color: #AEBAB7;
}
</style>
background-color css
<style>
a { background-color: #AEBAB7; }
a { background-color: rgb(174,186,183); }
div.DivClassName
{
background-color: #AEBAB7;
}
.BgClassName
{
background-color: #AEBAB7;
}
</style>
border-color css
<style>
span { border-color: #AEBAB7; }
span { border-color: rgb(174,186,183); }
td.TdClassName
{
border-color: #AEBAB7;
}
.TagClassName
{
border-color: #AEBAB7;
}
</style>