Shades of Cloudy #AFA395
Tints of Cloudy #AFA395
RGB
CMYK
RGB Variations
Color information
#AFA395 (or 0xAFA395) is known color: Cloudy. HEX triplet: AF, A3 and 95. RGB value is (175,163,149). Sum of RGB (Red+Green+Blue) = 175+163+149=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA395 is #505C6A. Grayscale: #A5A5A5. Windows color (decimal): -5266539 or 9806767. OLE color: 9806767.
HSL color Cylindrical-coordinate representation of color #AFA395: hue angle of 32.31º 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 #AFA395 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 149 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.31 |
| HSL | 32.31º | 0.14% | 0.64% | - |
| HSV(B) | 32.31º | 0.15% | 0.69% | - |
| XYZ | 36.2 | 37.48 | 33.76 | - |
| YUV | 164.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 149 | 0 | 0.07 | 0.15 | 0.31 | 32.31 | 0.14 | 0.64 |
| Hex | AF | A3 | 95 | 0 | 7 | F | 1F | 20 | E | 40 |
| Octal | 257 | 243 | 225 | 0 | 7 | 17 | 37 | 40 | 16 | 100 |
| Binary | 10101111 | 10100011 | 10010101 | 0 | 111 | 1111 | 11111 | 100000 | 1110 | 1000000 |
Color Harmonies of #AFA395
Complementary color
Monochromatic Colors of #AFA395
Black with #AFA395
Text Example
Text Example
White with #AFA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA395; }
p { color: rgb(175,163,149); }
H1.HeaderClassName
{
color: #AFA395;
}
.AnyTagClassName
{
color: #AFA395;
}
</style>
background-color css
<style>
a { background-color: #AFA395; }
a { background-color: rgb(175,163,149); }
div.DivClassName
{
background-color: #AFA395;
}
.BgClassName
{
background-color: #AFA395;
}
</style>
border-color css
<style>
span { border-color: #AFA395; }
span { border-color: rgb(175,163,149); }
td.TdClassName
{
border-color: #AFA395;
}
.TagClassName
{
border-color: #AFA395;
}
</style>