Shades of Cloudy #AFA497
Tints of Cloudy #AFA497
RGB
CMYK
RGB Variations
Color information
#AFA497 (or 0xAFA497) is known color: Cloudy. HEX triplet: AF, A4 and 97. RGB value is (175,164,151). Sum of RGB (Red+Green+Blue) = 175+164+151=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA497 is #505B68. Grayscale: #A5A5A5. Windows color (decimal): -5266281 or 9938095. OLE color: 9938095.
HSL color Cylindrical-coordinate representation of color #AFA497: hue angle of 32.5º degrees, saturation: 0.13, 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 #AFA497 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 151 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.31 |
| HSL | 32.5º | 0.13% | 0.64% | - |
| HSV(B) | 32.5º | 0.14% | 0.69% | - |
| XYZ | 36.54 | 37.9 | 34.67 | - |
| YUV | 165.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 151 | 0 | 0.06 | 0.14 | 0.31 | 32.5 | 0.13 | 0.64 |
| Hex | AF | A4 | 97 | 0 | 6 | E | 1F | 20 | D | 40 |
| Octal | 257 | 244 | 227 | 0 | 6 | 16 | 37 | 40 | 15 | 100 |
| Binary | 10101111 | 10100100 | 10010111 | 0 | 110 | 1110 | 11111 | 100000 | 1101 | 1000000 |
Color Harmonies of #AFA497
Complementary color
Monochromatic Colors of #AFA497
Black with #AFA497
Text Example
Text Example
White with #AFA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA497; }
p { color: rgb(175,164,151); }
H1.HeaderClassName
{
color: #AFA497;
}
.AnyTagClassName
{
color: #AFA497;
}
</style>
background-color css
<style>
a { background-color: #AFA497; }
a { background-color: rgb(175,164,151); }
div.DivClassName
{
background-color: #AFA497;
}
.BgClassName
{
background-color: #AFA497;
}
</style>
border-color css
<style>
span { border-color: #AFA497; }
span { border-color: rgb(175,164,151); }
td.TdClassName
{
border-color: #AFA497;
}
.TagClassName
{
border-color: #AFA497;
}
</style>