Shades of Cloudy #A7A19D
Tints of Cloudy #A7A19D
RGB
CMYK
RGB Variations
Color information
#A7A19D (or 0xA7A19D) is known color: Cloudy. HEX triplet: A7, A1 and 9D. RGB value is (167,161,157). Sum of RGB (Red+Green+Blue) = 167+161+157=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A19D is #585E62. Grayscale: #A2A2A2. Windows color (decimal): -5791331 or 10330535. OLE color: 10330535.
HSL color Cylindrical-coordinate representation of color #A7A19D: hue angle of 24º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7A19D is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 157 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.35 |
| HSL | 24º | 0.05% | 0.64% | - |
| HSV(B) | 24º | 0.06% | 0.65% | - |
| XYZ | 34.77 | 36.14 | 37.04 | - |
| YUV | 162.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 157 | 0 | 0.04 | 0.06 | 0.35 | 24 | 0.05 | 0.64 |
| Hex | A7 | A1 | 9D | 0 | 4 | 6 | 23 | 18 | 5 | 40 |
| Octal | 247 | 241 | 235 | 0 | 4 | 6 | 43 | 30 | 5 | 100 |
| Binary | 10100111 | 10100001 | 10011101 | 0 | 100 | 110 | 100011 | 11000 | 101 | 1000000 |
Color Harmonies of #A7A19D
Complementary color
Monochromatic Colors of #A7A19D
Black with #A7A19D
Text Example
Text Example
White with #A7A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A19D; }
p { color: rgb(167,161,157); }
H1.HeaderClassName
{
color: #A7A19D;
}
.AnyTagClassName
{
color: #A7A19D;
}
</style>
background-color css
<style>
a { background-color: #A7A19D; }
a { background-color: rgb(167,161,157); }
div.DivClassName
{
background-color: #A7A19D;
}
.BgClassName
{
background-color: #A7A19D;
}
</style>
border-color css
<style>
span { border-color: #A7A19D; }
span { border-color: rgb(167,161,157); }
td.TdClassName
{
border-color: #A7A19D;
}
.TagClassName
{
border-color: #A7A19D;
}
</style>