Shades of Cloudy #AFA397
Tints of Cloudy #AFA397
RGB
CMYK
RGB Variations
Color information
#AFA397 (or 0xAFA397) is known color: Cloudy. HEX triplet: AF, A3 and 97. RGB value is (175,163,151). Sum of RGB (Red+Green+Blue) = 175+163+151=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA397 is #505C68. Grayscale: #A5A5A5. Windows color (decimal): -5266537 or 9937839. OLE color: 9937839.
HSL color Cylindrical-coordinate representation of color #AFA397: hue angle of 30º 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 #AFA397 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 151 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.31 |
| HSL | 30º | 0.13% | 0.64% | - |
| HSV(B) | 30º | 0.14% | 0.69% | - |
| XYZ | 36.36 | 37.54 | 34.61 | - |
| YUV | 165.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 151 | 0 | 0.07 | 0.14 | 0.31 | 30 | 0.13 | 0.64 |
| Hex | AF | A3 | 97 | 0 | 7 | E | 1F | 1E | D | 40 |
| Octal | 257 | 243 | 227 | 0 | 7 | 16 | 37 | 36 | 15 | 100 |
| Binary | 10101111 | 10100011 | 10010111 | 0 | 111 | 1110 | 11111 | 11110 | 1101 | 1000000 |
Color Harmonies of #AFA397
Complementary color
Monochromatic Colors of #AFA397
Black with #AFA397
Text Example
Text Example
White with #AFA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA397; }
p { color: rgb(175,163,151); }
H1.HeaderClassName
{
color: #AFA397;
}
.AnyTagClassName
{
color: #AFA397;
}
</style>
background-color css
<style>
a { background-color: #AFA397; }
a { background-color: rgb(175,163,151); }
div.DivClassName
{
background-color: #AFA397;
}
.BgClassName
{
background-color: #AFA397;
}
</style>
border-color css
<style>
span { border-color: #AFA397; }
span { border-color: rgb(175,163,151); }
td.TdClassName
{
border-color: #AFA397;
}
.TagClassName
{
border-color: #AFA397;
}
</style>