Shades of Pumice #AEB8A8
Tints of Pumice #AEB8A8
RGB
CMYK
RGB Variations
Color information
#AEB8A8 (or 0xAEB8A8) is known color: Pumice. HEX triplet: AE, B8 and A8. RGB value is (174,184,168). Sum of RGB (Red+Green+Blue) = 174+184+168=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB8A8 is #514757. Grayscale: #B3B3B3. Windows color (decimal): -5326680 or 11057326. OLE color: 11057326.
HSL color Cylindrical-coordinate representation of color #AEB8A8: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB8A8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 168 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.28 |
| HSL | 97.5º | 0.1% | 0.69% | - |
| HSV(B) | 97.5º | 0.09% | 0.72% | - |
| XYZ | 41.66 | 46.11 | 43.75 | - |
| YUV | 179.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 168 | 0.05 | 0 | 0.09 | 0.28 | 97.5 | 0.1 | 0.69 |
| Hex | AE | B8 | A8 | 5 | 0 | 9 | 1C | 62 | A | 45 |
| Octal | 256 | 270 | 250 | 5 | 0 | 11 | 34 | 142 | 12 | 105 |
| Binary | 10101110 | 10111000 | 10101000 | 101 | 0 | 1001 | 11100 | 1100010 | 1010 | 1000101 |
Color Harmonies of #AEB8A8
Complementary color
Monochromatic Colors of #AEB8A8
Black with #AEB8A8
Text Example
Text Example
White with #AEB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB8A8; }
p { color: rgb(174,184,168); }
H1.HeaderClassName
{
color: #AEB8A8;
}
.AnyTagClassName
{
color: #AEB8A8;
}
</style>
background-color css
<style>
a { background-color: #AEB8A8; }
a { background-color: rgb(174,184,168); }
div.DivClassName
{
background-color: #AEB8A8;
}
.BgClassName
{
background-color: #AEB8A8;
}
</style>
border-color css
<style>
span { border-color: #AEB8A8; }
span { border-color: rgb(174,184,168); }
td.TdClassName
{
border-color: #AEB8A8;
}
.TagClassName
{
border-color: #AEB8A8;
}
</style>