Shades of Dusty Grey #AF9A9A
Tints of Dusty Grey #AF9A9A
RGB
CMYK
RGB Variations
Color information
#AF9A9A (or 0xAF9A9A) is known color: Dusty Grey. HEX triplet: AF, 9A and 9A. RGB value is (175,154,154). Sum of RGB (Red+Green+Blue) = 175+154+154=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A9A is #506565. Grayscale: #A0A0A0. Windows color (decimal): -5268838 or 10132143. OLE color: 10132143.
HSL color Cylindrical-coordinate representation of color #AF9A9A: hue angle of 0º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AF9A9A is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 154 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.31 |
| HSL | 0º | 0.12% | 0.65% | - |
| HSV(B) | 0º | 0.12% | 0.69% | - |
| XYZ | 35.07 | 34.56 | 35.39 | - |
| YUV | 160.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 154 | 0 | 0.12 | 0.12 | 0.31 | 0 | 0.12 | 0.65 |
| Hex | AF | 9A | 9A | 0 | C | C | 1F | 0 | C | 41 |
| Octal | 257 | 232 | 232 | 0 | 14 | 14 | 37 | 0 | 14 | 101 |
| Binary | 10101111 | 10011010 | 10011010 | 0 | 1100 | 1100 | 11111 | 0 | 1100 | 1000001 |
Color Harmonies of #AF9A9A
Complementary color
Monochromatic Colors of #AF9A9A
Black with #AF9A9A
Text Example
Text Example
White with #AF9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A9A; }
p { color: rgb(175,154,154); }
H1.HeaderClassName
{
color: #AF9A9A;
}
.AnyTagClassName
{
color: #AF9A9A;
}
</style>
background-color css
<style>
a { background-color: #AF9A9A; }
a { background-color: rgb(175,154,154); }
div.DivClassName
{
background-color: #AF9A9A;
}
.BgClassName
{
background-color: #AF9A9A;
}
</style>
border-color css
<style>
span { border-color: #AF9A9A; }
span { border-color: rgb(175,154,154); }
td.TdClassName
{
border-color: #AF9A9A;
}
.TagClassName
{
border-color: #AF9A9A;
}
</style>