Shades of Cloudy #A8A29A
Tints of Cloudy #A8A29A
RGB
CMYK
RGB Variations
Color information
#A8A29A (or 0xA8A29A) is known color: Cloudy. HEX triplet: A8, A2 and 9A. RGB value is (168,162,154). Sum of RGB (Red+Green+Blue) = 168+162+154=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A29A is #575D65. Grayscale: #A2A2A2. Windows color (decimal): -5725542 or 10134184. OLE color: 10134184.
HSL color Cylindrical-coordinate representation of color #A8A29A: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A29A is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 162 | 154 | - |
CMYK | 0 | 0.04 | 0.08 | 0.34 |
HSL | 34.29º | 0.07% | 0.63% | - |
HSV(B) | 34.29º | 0.08% | 0.66% | - |
XYZ | 34.9 | 36.5 | 35.78 | - |
YUV | 162.88 | 122.99 | 131.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 162 | 154 | 0 | 0.04 | 0.08 | 0.34 | 34.29 | 0.07 | 0.63 |
Hex | A8 | A2 | 9A | 0 | 4 | 8 | 22 | 22 | 7 | 3F |
Octal | 250 | 242 | 232 | 0 | 4 | 10 | 42 | 42 | 7 | 77 |
Binary | 10101000 | 10100010 | 10011010 | 0 | 100 | 1000 | 100010 | 100010 | 111 | 111111 |
Color Harmonies of #A8A29A
Complementary color
Monochromatic Colors of #A8A29A
Black with #A8A29A
Text Example
Text Example
White with #A8A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A29A; }
p { color: rgb(168,162,154); }
H1.HeaderClassName
{
color: #A8A29A;
}
.AnyTagClassName
{
color: #A8A29A;
}
</style>
background-color css
<style>
a { background-color: #A8A29A; }
a { background-color: rgb(168,162,154); }
div.DivClassName
{
background-color: #A8A29A;
}
.BgClassName
{
background-color: #A8A29A;
}
</style>
border-color css
<style>
span { border-color: #A8A29A; }
span { border-color: rgb(168,162,154); }
td.TdClassName
{
border-color: #A8A29A;
}
.TagClassName
{
border-color: #A8A29A;
}
</style>