Shades of Foggy Grey #ABA89D
Tints of Foggy Grey #ABA89D
RGB
CMYK
RGB Variations
Color information
#ABA89D (or 0xABA89D) is known color: Foggy Grey. HEX triplet: AB, A8 and 9D. RGB value is (171,168,157). Sum of RGB (Red+Green+Blue) = 171+168+157=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89D is #545762. Grayscale: #A7A7A7. Windows color (decimal): -5527395 or 10332331. OLE color: 10332331.
HSL color Cylindrical-coordinate representation of color #ABA89D: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA89D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 157 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.33 |
| HSL | 47.14º | 0.08% | 0.64% | - |
| HSV(B) | 47.14º | 0.08% | 0.67% | - |
| XYZ | 36.88 | 39.1 | 37.5 | - |
| YUV | 167.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 157 | 0 | 0.02 | 0.08 | 0.33 | 47.14 | 0.08 | 0.64 |
| Hex | AB | A8 | 9D | 0 | 2 | 8 | 21 | 2F | 8 | 40 |
| Octal | 253 | 250 | 235 | 0 | 2 | 10 | 41 | 57 | 10 | 100 |
| Binary | 10101011 | 10101000 | 10011101 | 0 | 10 | 1000 | 100001 | 101111 | 1000 | 1000000 |
Color Harmonies of #ABA89D
Complementary color
Monochromatic Colors of #ABA89D
Black with #ABA89D
Text Example
Text Example
White with #ABA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA89D; }
p { color: rgb(171,168,157); }
H1.HeaderClassName
{
color: #ABA89D;
}
.AnyTagClassName
{
color: #ABA89D;
}
</style>
background-color css
<style>
a { background-color: #ABA89D; }
a { background-color: rgb(171,168,157); }
div.DivClassName
{
background-color: #ABA89D;
}
.BgClassName
{
background-color: #ABA89D;
}
</style>
border-color css
<style>
span { border-color: #ABA89D; }
span { border-color: rgb(171,168,157); }
td.TdClassName
{
border-color: #ABA89D;
}
.TagClassName
{
border-color: #ABA89D;
}
</style>