Shades of Cloudy #AFA292
Tints of Cloudy #AFA292
RGB
CMYK
RGB Variations
Color information
#AFA292 (or 0xAFA292) is known color: Cloudy. HEX triplet: AF, A2 and 92. RGB value is (175,162,146). Sum of RGB (Red+Green+Blue) = 175+162+146=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA292 is #505D6D. Grayscale: #A4A4A4. Windows color (decimal): -5266798 or 9609903. OLE color: 9609903.
HSL color Cylindrical-coordinate representation of color #AFA292: hue angle of 33.1º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA292 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 146 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.31 |
| HSL | 33.1º | 0.15% | 0.63% | - |
| HSV(B) | 33.1º | 0.17% | 0.69% | - |
| XYZ | 35.79 | 37.03 | 32.46 | - |
| YUV | 164.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 146 | 0 | 0.07 | 0.17 | 0.31 | 33.1 | 0.15 | 0.63 |
| Hex | AF | A2 | 92 | 0 | 7 | 11 | 1F | 21 | F | 3F |
| Octal | 257 | 242 | 222 | 0 | 7 | 21 | 37 | 41 | 17 | 77 |
| Binary | 10101111 | 10100010 | 10010010 | 0 | 111 | 10001 | 11111 | 100001 | 1111 | 111111 |
Color Harmonies of #AFA292
Complementary color
Monochromatic Colors of #AFA292
Black with #AFA292
Text Example
Text Example
White with #AFA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA292; }
p { color: rgb(175,162,146); }
H1.HeaderClassName
{
color: #AFA292;
}
.AnyTagClassName
{
color: #AFA292;
}
</style>
background-color css
<style>
a { background-color: #AFA292; }
a { background-color: rgb(175,162,146); }
div.DivClassName
{
background-color: #AFA292;
}
.BgClassName
{
background-color: #AFA292;
}
</style>
border-color css
<style>
span { border-color: #AFA292; }
span { border-color: rgb(175,162,146); }
td.TdClassName
{
border-color: #AFA292;
}
.TagClassName
{
border-color: #AFA292;
}
</style>