Shades of Opal #AAB8B5
Tints of Opal #AAB8B5
RGB
CMYK
RGB Variations
Color information
#AAB8B5 (or 0xAAB8B5) is known color: Opal. HEX triplet: AA, B8 and B5. RGB value is (170,184,181). Sum of RGB (Red+Green+Blue) = 170+184+181=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8B5 is #55474A. Grayscale: #B3B3B3. Windows color (decimal): -5588811 or 11909290. OLE color: 11909290.
HSL color Cylindrical-coordinate representation of color #AAB8B5: hue angle of 167.14º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB8B5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 184 | 181 | - |
CMYK | 0.08 | 0 | 0.02 | 0.28 |
HSL | 167.14º | 0.09% | 0.69% | - |
HSV(B) | 167.14º | 0.08% | 0.72% | - |
XYZ | 42.06 | 46.16 | 50.41 | - |
YUV | 179.47 | 128.86 | 121.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 184 | 181 | 0.08 | 0 | 0.02 | 0.28 | 167.14 | 0.09 | 0.69 |
Hex | AA | B8 | B5 | 8 | 0 | 2 | 1C | A7 | 9 | 45 |
Octal | 252 | 270 | 265 | 10 | 0 | 2 | 34 | 247 | 11 | 105 |
Binary | 10101010 | 10111000 | 10110101 | 1000 | 0 | 10 | 11100 | 10100111 | 1001 | 1000101 |
Color Harmonies of #AAB8B5
Complementary color
Monochromatic Colors of #AAB8B5
Black with #AAB8B5
Text Example
Text Example
White with #AAB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8B5; }
p { color: rgb(170,184,181); }
H1.HeaderClassName
{
color: #AAB8B5;
}
.AnyTagClassName
{
color: #AAB8B5;
}
</style>
background-color css
<style>
a { background-color: #AAB8B5; }
a { background-color: rgb(170,184,181); }
div.DivClassName
{
background-color: #AAB8B5;
}
.BgClassName
{
background-color: #AAB8B5;
}
</style>
border-color css
<style>
span { border-color: #AAB8B5; }
span { border-color: rgb(170,184,181); }
td.TdClassName
{
border-color: #AAB8B5;
}
.TagClassName
{
border-color: #AAB8B5;
}
</style>