Shades of Cloudy #AFA69C
Tints of Cloudy #AFA69C
RGB
CMYK
RGB Variations
Color information
#AFA69C (or 0xAFA69C) is known color: Cloudy. HEX triplet: AF, A6 and 9C. RGB value is (175,166,156). Sum of RGB (Red+Green+Blue) = 175+166+156=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA69C is #505963. Grayscale: #A7A7A7. Windows color (decimal): -5265764 or 10266287. OLE color: 10266287.
HSL color Cylindrical-coordinate representation of color #AFA69C: hue angle of 31.58º 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 #AFA69C is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 156 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.31 |
| HSL | 31.58º | 0.11% | 0.65% | - |
| HSV(B) | 31.58º | 0.11% | 0.69% | - |
| XYZ | 37.32 | 38.79 | 36.97 | - |
| YUV | 167.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 156 | 0 | 0.05 | 0.11 | 0.31 | 31.58 | 0.11 | 0.65 |
| Hex | AF | A6 | 9C | 0 | 5 | B | 1F | 20 | B | 41 |
| Octal | 257 | 246 | 234 | 0 | 5 | 13 | 37 | 40 | 13 | 101 |
| Binary | 10101111 | 10100110 | 10011100 | 0 | 101 | 1011 | 11111 | 100000 | 1011 | 1000001 |
Color Harmonies of #AFA69C
Complementary color
Monochromatic Colors of #AFA69C
Black with #AFA69C
Text Example
Text Example
White with #AFA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA69C; }
p { color: rgb(175,166,156); }
H1.HeaderClassName
{
color: #AFA69C;
}
.AnyTagClassName
{
color: #AFA69C;
}
</style>
background-color css
<style>
a { background-color: #AFA69C; }
a { background-color: rgb(175,166,156); }
div.DivClassName
{
background-color: #AFA69C;
}
.BgClassName
{
background-color: #AFA69C;
}
</style>
border-color css
<style>
span { border-color: #AFA69C; }
span { border-color: rgb(175,166,156); }
td.TdClassName
{
border-color: #AFA69C;
}
.TagClassName
{
border-color: #AFA69C;
}
</style>