Shades of Cloudy #ACA293
Tints of Cloudy #ACA293
RGB
CMYK
RGB Variations
Color information
#ACA293 (or 0xACA293) is known color: Cloudy. HEX triplet: AC, A2 and 93. RGB value is (172,162,147). Sum of RGB (Red+Green+Blue) = 172+162+147=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA293 is #535D6C. Grayscale: #A3A3A3. Windows color (decimal): -5463405 or 9675436. OLE color: 9675436.
HSL color Cylindrical-coordinate representation of color #ACA293: hue angle of 36º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACA293 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 162 | 147 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.33 |
| HSL | 36º | 0.13% | 0.63% | - |
| HSV(B) | 36º | 0.15% | 0.67% | - |
| XYZ | 35.2 | 36.72 | 32.84 | - |
| YUV | 163.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 147 | 0 | 0.06 | 0.15 | 0.33 | 36 | 0.13 | 0.63 |
| Hex | AC | A2 | 93 | 0 | 6 | F | 21 | 24 | D | 3F |
| Octal | 254 | 242 | 223 | 0 | 6 | 17 | 41 | 44 | 15 | 77 |
| Binary | 10101100 | 10100010 | 10010011 | 0 | 110 | 1111 | 100001 | 100100 | 1101 | 111111 |
Color Harmonies of #ACA293
Complementary color
Monochromatic Colors of #ACA293
Black with #ACA293
Text Example
Text Example
White with #ACA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA293; }
p { color: rgb(172,162,147); }
H1.HeaderClassName
{
color: #ACA293;
}
.AnyTagClassName
{
color: #ACA293;
}
</style>
background-color css
<style>
a { background-color: #ACA293; }
a { background-color: rgb(172,162,147); }
div.DivClassName
{
background-color: #ACA293;
}
.BgClassName
{
background-color: #ACA293;
}
</style>
border-color css
<style>
span { border-color: #ACA293; }
span { border-color: rgb(172,162,147); }
td.TdClassName
{
border-color: #ACA293;
}
.TagClassName
{
border-color: #ACA293;
}
</style>