Shades of Cloudy #AFA49C
Tints of Cloudy #AFA49C
RGB
CMYK
RGB Variations
Color information
#AFA49C (or 0xAFA49C) is known color: Cloudy. HEX triplet: AF, A4 and 9C. RGB value is (175,164,156). Sum of RGB (Red+Green+Blue) = 175+164+156=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49C is #505B63. Grayscale: #A6A6A6. Windows color (decimal): -5266276 or 10265775. OLE color: 10265775.
HSL color Cylindrical-coordinate representation of color #AFA49C: hue angle of 25.26º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA49C is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 156 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.31 |
| HSL | 25.26º | 0.11% | 0.65% | - |
| HSV(B) | 25.26º | 0.11% | 0.69% | - |
| XYZ | 36.96 | 38.07 | 36.85 | - |
| YUV | 166.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 156 | 0 | 0.06 | 0.11 | 0.31 | 25.26 | 0.11 | 0.65 |
| Hex | AF | A4 | 9C | 0 | 6 | B | 1F | 19 | B | 41 |
| Octal | 257 | 244 | 234 | 0 | 6 | 13 | 37 | 31 | 13 | 101 |
| Binary | 10101111 | 10100100 | 10011100 | 0 | 110 | 1011 | 11111 | 11001 | 1011 | 1000001 |
Color Harmonies of #AFA49C
Complementary color
Monochromatic Colors of #AFA49C
Black with #AFA49C
Text Example
Text Example
White with #AFA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA49C; }
p { color: rgb(175,164,156); }
H1.HeaderClassName
{
color: #AFA49C;
}
.AnyTagClassName
{
color: #AFA49C;
}
</style>
background-color css
<style>
a { background-color: #AFA49C; }
a { background-color: rgb(175,164,156); }
div.DivClassName
{
background-color: #AFA49C;
}
.BgClassName
{
background-color: #AFA49C;
}
</style>
border-color css
<style>
span { border-color: #AFA49C; }
span { border-color: rgb(175,164,156); }
td.TdClassName
{
border-color: #AFA49C;
}
.TagClassName
{
border-color: #AFA49C;
}
</style>