Shades of Cloudy #A8A19C
Tints of Cloudy #A8A19C
RGB
CMYK
RGB Variations
Color information
#A8A19C (or 0xA8A19C) is known color: Cloudy. HEX triplet: A8, A1 and 9C. RGB value is (168,161,156). Sum of RGB (Red+Green+Blue) = 168+161+156=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A19C is #575E63. Grayscale: #A2A2A2. Windows color (decimal): -5725796 or 10265000. OLE color: 10265000.
HSL color Cylindrical-coordinate representation of color #A8A19C: hue angle of 25º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8A19C is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 156 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.34 |
| HSL | 25º | 0.06% | 0.64% | - |
| HSV(B) | 25º | 0.07% | 0.66% | - |
| XYZ | 34.89 | 36.21 | 36.6 | - |
| YUV | 162.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 156 | 0 | 0.04 | 0.07 | 0.34 | 25 | 0.06 | 0.64 |
| Hex | A8 | A1 | 9C | 0 | 4 | 7 | 22 | 19 | 6 | 40 |
| Octal | 250 | 241 | 234 | 0 | 4 | 7 | 42 | 31 | 6 | 100 |
| Binary | 10101000 | 10100001 | 10011100 | 0 | 100 | 111 | 100010 | 11001 | 110 | 1000000 |
Color Harmonies of #A8A19C
Complementary color
Monochromatic Colors of #A8A19C
Black with #A8A19C
Text Example
Text Example
White with #A8A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A19C; }
p { color: rgb(168,161,156); }
H1.HeaderClassName
{
color: #A8A19C;
}
.AnyTagClassName
{
color: #A8A19C;
}
</style>
background-color css
<style>
a { background-color: #A8A19C; }
a { background-color: rgb(168,161,156); }
div.DivClassName
{
background-color: #A8A19C;
}
.BgClassName
{
background-color: #A8A19C;
}
</style>
border-color css
<style>
span { border-color: #A8A19C; }
span { border-color: rgb(168,161,156); }
td.TdClassName
{
border-color: #A8A19C;
}
.TagClassName
{
border-color: #A8A19C;
}
</style>