Shades of Cloudy #AFA298
Tints of Cloudy #AFA298
RGB
CMYK
RGB Variations
Color information
#AFA298 (or 0xAFA298) is known color: Cloudy. HEX triplet: AF, A2 and 98. RGB value is (175,162,152). Sum of RGB (Red+Green+Blue) = 175+162+152=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA298 is #505D67. Grayscale: #A4A4A4. Windows color (decimal): -5266792 or 10003119. OLE color: 10003119.
HSL color Cylindrical-coordinate representation of color #AFA298: hue angle of 26.09º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA298 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 152 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.31 |
| HSL | 26.09º | 0.13% | 0.64% | - |
| HSV(B) | 26.09º | 0.13% | 0.69% | - |
| XYZ | 36.27 | 37.22 | 34.98 | - |
| YUV | 164.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 152 | 0 | 0.07 | 0.13 | 0.31 | 26.09 | 0.13 | 0.64 |
| Hex | AF | A2 | 98 | 0 | 7 | D | 1F | 1A | D | 40 |
| Octal | 257 | 242 | 230 | 0 | 7 | 15 | 37 | 32 | 15 | 100 |
| Binary | 10101111 | 10100010 | 10011000 | 0 | 111 | 1101 | 11111 | 11010 | 1101 | 1000000 |
Color Harmonies of #AFA298
Complementary color
Monochromatic Colors of #AFA298
Black with #AFA298
Text Example
Text Example
White with #AFA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA298; }
p { color: rgb(175,162,152); }
H1.HeaderClassName
{
color: #AFA298;
}
.AnyTagClassName
{
color: #AFA298;
}
</style>
background-color css
<style>
a { background-color: #AFA298; }
a { background-color: rgb(175,162,152); }
div.DivClassName
{
background-color: #AFA298;
}
.BgClassName
{
background-color: #AFA298;
}
</style>
border-color css
<style>
span { border-color: #AFA298; }
span { border-color: rgb(175,162,152); }
td.TdClassName
{
border-color: #AFA298;
}
.TagClassName
{
border-color: #AFA298;
}
</style>