Shades of Cloudy #ACA299
Tints of Cloudy #ACA299
RGB
CMYK
RGB Variations
Color information
#ACA299 (or 0xACA299) is known color: Cloudy. HEX triplet: AC, A2 and 99. RGB value is (172,162,153). Sum of RGB (Red+Green+Blue) = 172+162+153=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA299 is #535D66. Grayscale: #A4A4A4. Windows color (decimal): -5463399 or 10068652. OLE color: 10068652.
HSL color Cylindrical-coordinate representation of color #ACA299: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACA299 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 162 | 153 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.33 |
| HSL | 28.42º | 0.1% | 0.64% | - |
| HSV(B) | 28.42º | 0.11% | 0.67% | - |
| XYZ | 35.68 | 36.91 | 35.38 | - |
| YUV | 163.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 153 | 0 | 0.06 | 0.11 | 0.33 | 28.42 | 0.1 | 0.64 |
| Hex | AC | A2 | 99 | 0 | 6 | B | 21 | 1C | A | 40 |
| Octal | 254 | 242 | 231 | 0 | 6 | 13 | 41 | 34 | 12 | 100 |
| Binary | 10101100 | 10100010 | 10011001 | 0 | 110 | 1011 | 100001 | 11100 | 1010 | 1000000 |
Color Harmonies of #ACA299
Complementary color
Monochromatic Colors of #ACA299
Black with #ACA299
Text Example
Text Example
White with #ACA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA299; }
p { color: rgb(172,162,153); }
H1.HeaderClassName
{
color: #ACA299;
}
.AnyTagClassName
{
color: #ACA299;
}
</style>
background-color css
<style>
a { background-color: #ACA299; }
a { background-color: rgb(172,162,153); }
div.DivClassName
{
background-color: #ACA299;
}
.BgClassName
{
background-color: #ACA299;
}
</style>
border-color css
<style>
span { border-color: #ACA299; }
span { border-color: rgb(172,162,153); }
td.TdClassName
{
border-color: #ACA299;
}
.TagClassName
{
border-color: #ACA299;
}
</style>