Shades of Foggy Grey #ABA99D
Tints of Foggy Grey #ABA99D
RGB
CMYK
RGB Variations
Color information
#ABA99D (or 0xABA99D) is known color: Foggy Grey. HEX triplet: AB, A9 and 9D. RGB value is (171,169,157). Sum of RGB (Red+Green+Blue) = 171+169+157=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99D is #545662. Grayscale: #A8A8A8. Windows color (decimal): -5527139 or 10332587. OLE color: 10332587.
HSL color Cylindrical-coordinate representation of color #ABA99D: hue angle of 51.43º 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 #ABA99D is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 169 | 157 | - |
CMYK | 0 | 0.01 | 0.08 | 0.33 |
HSL | 51.43º | 0.08% | 0.64% | - |
HSV(B) | 51.43º | 0.08% | 0.67% | - |
XYZ | 37.07 | 39.47 | 37.56 | - |
YUV | 168.23 | 121.66 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 169 | 157 | 0 | 0.01 | 0.08 | 0.33 | 51.43 | 0.08 | 0.64 |
Hex | AB | A9 | 9D | 0 | 1 | 8 | 21 | 33 | 8 | 40 |
Octal | 253 | 251 | 235 | 0 | 1 | 10 | 41 | 63 | 10 | 100 |
Binary | 10101011 | 10101001 | 10011101 | 0 | 1 | 1000 | 100001 | 110011 | 1000 | 1000000 |
Color Harmonies of #ABA99D
Complementary color
Monochromatic Colors of #ABA99D
Black with #ABA99D
Text Example
Text Example
White with #ABA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA99D; }
p { color: rgb(171,169,157); }
H1.HeaderClassName
{
color: #ABA99D;
}
.AnyTagClassName
{
color: #ABA99D;
}
</style>
background-color css
<style>
a { background-color: #ABA99D; }
a { background-color: rgb(171,169,157); }
div.DivClassName
{
background-color: #ABA99D;
}
.BgClassName
{
background-color: #ABA99D;
}
</style>
border-color css
<style>
span { border-color: #ABA99D; }
span { border-color: rgb(171,169,157); }
td.TdClassName
{
border-color: #ABA99D;
}
.TagClassName
{
border-color: #ABA99D;
}
</style>