Shades of Opal #AEB7B5
Tints of Opal #AEB7B5
RGB
CMYK
RGB Variations
Color information
#AEB7B5 (or 0xAEB7B5) is known color: Opal. HEX triplet: AE, B7 and B5. RGB value is (174,183,181). Sum of RGB (Red+Green+Blue) = 174+183+181=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7B5 is #51484A. Grayscale: #B4B4B4. Windows color (decimal): -5326923 or 11909038. OLE color: 11909038.
HSL color Cylindrical-coordinate representation of color #AEB7B5: hue angle of 166.67º 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 #AEB7B5 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 174 | 183 | 181 | - |
CMYK | 0.05 | 0 | 0.01 | 0.28 |
HSL | 166.67º | 0.06% | 0.7% | - |
HSV(B) | 166.67º | 0.05% | 0.72% | - |
XYZ | 42.73 | 46.2 | 50.38 | - |
YUV | 180.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 183 | 181 | 0.05 | 0 | 0.01 | 0.28 | 166.67 | 0.06 | 0.7 |
Hex | AE | B7 | B5 | 5 | 0 | 1 | 1C | A7 | 6 | 46 |
Octal | 256 | 267 | 265 | 5 | 0 | 1 | 34 | 247 | 6 | 106 |
Binary | 10101110 | 10110111 | 10110101 | 101 | 0 | 1 | 11100 | 10100111 | 110 | 1000110 |
Color Harmonies of #AEB7B5
Complementary color
Monochromatic Colors of #AEB7B5
Black with #AEB7B5
Text Example
Text Example
White with #AEB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB7B5; }
p { color: rgb(174,183,181); }
H1.HeaderClassName
{
color: #AEB7B5;
}
.AnyTagClassName
{
color: #AEB7B5;
}
</style>
background-color css
<style>
a { background-color: #AEB7B5; }
a { background-color: rgb(174,183,181); }
div.DivClassName
{
background-color: #AEB7B5;
}
.BgClassName
{
background-color: #AEB7B5;
}
</style>
border-color css
<style>
span { border-color: #AEB7B5; }
span { border-color: rgb(174,183,181); }
td.TdClassName
{
border-color: #AEB7B5;
}
.TagClassName
{
border-color: #AEB7B5;
}
</style>