Shades of Cloudy #AFA295
Tints of Cloudy #AFA295
RGB
CMYK
RGB Variations
Color information
#AFA295 (or 0xAFA295) is known color: Cloudy. HEX triplet: AF, A2 and 95. RGB value is (175,162,149). Sum of RGB (Red+Green+Blue) = 175+162+149=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA295 is #505D6A. Grayscale: #A4A4A4. Windows color (decimal): -5266795 or 9806511. OLE color: 9806511.
HSL color Cylindrical-coordinate representation of color #AFA295: hue angle of 30º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA295 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 149 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.31 |
| HSL | 30º | 0.14% | 0.64% | - |
| HSV(B) | 30º | 0.15% | 0.69% | - |
| XYZ | 36.02 | 37.12 | 33.7 | - |
| YUV | 164.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 149 | 0 | 0.07 | 0.15 | 0.31 | 30 | 0.14 | 0.64 |
| Hex | AF | A2 | 95 | 0 | 7 | F | 1F | 1E | E | 40 |
| Octal | 257 | 242 | 225 | 0 | 7 | 17 | 37 | 36 | 16 | 100 |
| Binary | 10101111 | 10100010 | 10010101 | 0 | 111 | 1111 | 11111 | 11110 | 1110 | 1000000 |
Color Harmonies of #AFA295
Complementary color
Monochromatic Colors of #AFA295
Black with #AFA295
Text Example
Text Example
White with #AFA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA295; }
p { color: rgb(175,162,149); }
H1.HeaderClassName
{
color: #AFA295;
}
.AnyTagClassName
{
color: #AFA295;
}
</style>
background-color css
<style>
a { background-color: #AFA295; }
a { background-color: rgb(175,162,149); }
div.DivClassName
{
background-color: #AFA295;
}
.BgClassName
{
background-color: #AFA295;
}
</style>
border-color css
<style>
span { border-color: #AFA295; }
span { border-color: rgb(175,162,149); }
td.TdClassName
{
border-color: #AFA295;
}
.TagClassName
{
border-color: #AFA295;
}
</style>