Shades of Cloudy #AFA99C
Tints of Cloudy #AFA99C
RGB
CMYK
RGB Variations
Color information
#AFA99C (or 0xAFA99C) is known color: Cloudy. HEX triplet: AF, A9 and 9C. RGB value is (175,169,156). Sum of RGB (Red+Green+Blue) = 175+169+156=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99C is #505663. Grayscale: #A9A9A9. Windows color (decimal): -5264996 or 10267055. OLE color: 10267055.
HSL color Cylindrical-coordinate representation of color #AFA99C: hue angle of 41.05º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA99C is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 156 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.31 |
| HSL | 41.05º | 0.11% | 0.65% | - |
| HSV(B) | 41.05º | 0.11% | 0.69% | - |
| XYZ | 37.87 | 39.89 | 37.16 | - |
| YUV | 169.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 156 | 0 | 0.03 | 0.11 | 0.31 | 41.05 | 0.11 | 0.65 |
| Hex | AF | A9 | 9C | 0 | 3 | B | 1F | 29 | B | 41 |
| Octal | 257 | 251 | 234 | 0 | 3 | 13 | 37 | 51 | 13 | 101 |
| Binary | 10101111 | 10101001 | 10011100 | 0 | 11 | 1011 | 11111 | 101001 | 1011 | 1000001 |
Color Harmonies of #AFA99C
Complementary color
Monochromatic Colors of #AFA99C
Black with #AFA99C
Text Example
Text Example
White with #AFA99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA99C; }
p { color: rgb(175,169,156); }
H1.HeaderClassName
{
color: #AFA99C;
}
.AnyTagClassName
{
color: #AFA99C;
}
</style>
background-color css
<style>
a { background-color: #AFA99C; }
a { background-color: rgb(175,169,156); }
div.DivClassName
{
background-color: #AFA99C;
}
.BgClassName
{
background-color: #AFA99C;
}
</style>
border-color css
<style>
span { border-color: #AFA99C; }
span { border-color: rgb(175,169,156); }
td.TdClassName
{
border-color: #AFA99C;
}
.TagClassName
{
border-color: #AFA99C;
}
</style>