Shades of Cloudy #AFA89A
Tints of Cloudy #AFA89A
RGB
CMYK
RGB Variations
Color information
#AFA89A (or 0xAFA89A) is known color: Cloudy. HEX triplet: AF, A8 and 9A. RGB value is (175,168,154). Sum of RGB (Red+Green+Blue) = 175+168+154=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89A is #505765. Grayscale: #A8A8A8. Windows color (decimal): -5265254 or 10135727. OLE color: 10135727.
HSL color Cylindrical-coordinate representation of color #AFA89A: hue angle of 40º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA89A is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 154 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.31 |
| HSL | 40º | 0.12% | 0.65% | - |
| HSV(B) | 40º | 0.12% | 0.69% | - |
| XYZ | 37.51 | 39.45 | 36.21 | - |
| YUV | 168.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 154 | 0 | 0.04 | 0.12 | 0.31 | 40 | 0.12 | 0.65 |
| Hex | AF | A8 | 9A | 0 | 4 | C | 1F | 28 | C | 41 |
| Octal | 257 | 250 | 232 | 0 | 4 | 14 | 37 | 50 | 14 | 101 |
| Binary | 10101111 | 10101000 | 10011010 | 0 | 100 | 1100 | 11111 | 101000 | 1100 | 1000001 |
Color Harmonies of #AFA89A
Complementary color
Monochromatic Colors of #AFA89A
Black with #AFA89A
Text Example
Text Example
White with #AFA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA89A; }
p { color: rgb(175,168,154); }
H1.HeaderClassName
{
color: #AFA89A;
}
.AnyTagClassName
{
color: #AFA89A;
}
</style>
background-color css
<style>
a { background-color: #AFA89A; }
a { background-color: rgb(175,168,154); }
div.DivClassName
{
background-color: #AFA89A;
}
.BgClassName
{
background-color: #AFA89A;
}
</style>
border-color css
<style>
span { border-color: #AFA89A; }
span { border-color: rgb(175,168,154); }
td.TdClassName
{
border-color: #AFA89A;
}
.TagClassName
{
border-color: #AFA89A;
}
</style>