Shades of Cloudy #AFA494
Tints of Cloudy #AFA494
RGB
CMYK
RGB Variations
Color information
#AFA494 (or 0xAFA494) is known color: Cloudy. HEX triplet: AF, A4 and 94. RGB value is (175,164,148). Sum of RGB (Red+Green+Blue) = 175+164+148=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA494 is #505B6B. Grayscale: #A5A5A5. Windows color (decimal): -5266284 or 9741487. OLE color: 9741487.
HSL color Cylindrical-coordinate representation of color #AFA494: hue angle of 35.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA494 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 148 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.31 |
| HSL | 35.56º | 0.14% | 0.63% | - |
| HSV(B) | 35.56º | 0.15% | 0.69% | - |
| XYZ | 36.3 | 37.8 | 33.4 | - |
| YUV | 165.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 148 | 0 | 0.06 | 0.15 | 0.31 | 35.56 | 0.14 | 0.63 |
| Hex | AF | A4 | 94 | 0 | 6 | F | 1F | 24 | E | 3F |
| Octal | 257 | 244 | 224 | 0 | 6 | 17 | 37 | 44 | 16 | 77 |
| Binary | 10101111 | 10100100 | 10010100 | 0 | 110 | 1111 | 11111 | 100100 | 1110 | 111111 |
Color Harmonies of #AFA494
Complementary color
Monochromatic Colors of #AFA494
Black with #AFA494
Text Example
Text Example
White with #AFA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA494; }
p { color: rgb(175,164,148); }
H1.HeaderClassName
{
color: #AFA494;
}
.AnyTagClassName
{
color: #AFA494;
}
</style>
background-color css
<style>
a { background-color: #AFA494; }
a { background-color: rgb(175,164,148); }
div.DivClassName
{
background-color: #AFA494;
}
.BgClassName
{
background-color: #AFA494;
}
</style>
border-color css
<style>
span { border-color: #AFA494; }
span { border-color: rgb(175,164,148); }
td.TdClassName
{
border-color: #AFA494;
}
.TagClassName
{
border-color: #AFA494;
}
</style>