Shades of Cloudy #AFA696
Tints of Cloudy #AFA696
RGB
CMYK
RGB Variations
Color information
#AFA696 (or 0xAFA696) is known color: Cloudy. HEX triplet: AF, A6 and 96. RGB value is (175,166,150). Sum of RGB (Red+Green+Blue) = 175+166+150=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA696 is #505969. Grayscale: #A6A6A6. Windows color (decimal): -5265770 or 9873071. OLE color: 9873071.
HSL color Cylindrical-coordinate representation of color #AFA696: hue angle of 38.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA696 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 150 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.31 |
| HSL | 38.4º | 0.14% | 0.64% | - |
| HSV(B) | 38.4º | 0.14% | 0.69% | - |
| XYZ | 36.82 | 38.59 | 34.36 | - |
| YUV | 166.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 150 | 0 | 0.05 | 0.14 | 0.31 | 38.4 | 0.14 | 0.64 |
| Hex | AF | A6 | 96 | 0 | 5 | E | 1F | 26 | E | 40 |
| Octal | 257 | 246 | 226 | 0 | 5 | 16 | 37 | 46 | 16 | 100 |
| Binary | 10101111 | 10100110 | 10010110 | 0 | 101 | 1110 | 11111 | 100110 | 1110 | 1000000 |
Color Harmonies of #AFA696
Complementary color
Monochromatic Colors of #AFA696
Black with #AFA696
Text Example
Text Example
White with #AFA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA696; }
p { color: rgb(175,166,150); }
H1.HeaderClassName
{
color: #AFA696;
}
.AnyTagClassName
{
color: #AFA696;
}
</style>
background-color css
<style>
a { background-color: #AFA696; }
a { background-color: rgb(175,166,150); }
div.DivClassName
{
background-color: #AFA696;
}
.BgClassName
{
background-color: #AFA696;
}
</style>
border-color css
<style>
span { border-color: #AFA696; }
span { border-color: rgb(175,166,150); }
td.TdClassName
{
border-color: #AFA696;
}
.TagClassName
{
border-color: #AFA696;
}
</style>