Shades of Cloudy #A8A29D
Tints of Cloudy #A8A29D
RGB
CMYK
RGB Variations
Color information
#A8A29D (or 0xA8A29D) is known color: Cloudy. HEX triplet: A8, A2 and 9D. RGB value is (168,162,157). Sum of RGB (Red+Green+Blue) = 168+162+157=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A29D is #575D62. Grayscale: #A3A3A3. Windows color (decimal): -5725539 or 10330792. OLE color: 10330792.
HSL color Cylindrical-coordinate representation of color #A8A29D: hue angle of 27.27º 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 #A8A29D is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 162 | 157 | - |
CMYK | 0 | 0.04 | 0.07 | 0.34 |
HSL | 27.27º | 0.06% | 0.64% | - |
HSV(B) | 27.27º | 0.07% | 0.66% | - |
XYZ | 35.15 | 36.6 | 37.11 | - |
YUV | 163.22 | 124.49 | 131.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 162 | 157 | 0 | 0.04 | 0.07 | 0.34 | 27.27 | 0.06 | 0.64 |
Hex | A8 | A2 | 9D | 0 | 4 | 7 | 22 | 1B | 6 | 40 |
Octal | 250 | 242 | 235 | 0 | 4 | 7 | 42 | 33 | 6 | 100 |
Binary | 10101000 | 10100010 | 10011101 | 0 | 100 | 111 | 100010 | 11011 | 110 | 1000000 |
Color Harmonies of #A8A29D
Complementary color
Monochromatic Colors of #A8A29D
Black with #A8A29D
Text Example
Text Example
White with #A8A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A29D; }
p { color: rgb(168,162,157); }
H1.HeaderClassName
{
color: #A8A29D;
}
.AnyTagClassName
{
color: #A8A29D;
}
</style>
background-color css
<style>
a { background-color: #A8A29D; }
a { background-color: rgb(168,162,157); }
div.DivClassName
{
background-color: #A8A29D;
}
.BgClassName
{
background-color: #A8A29D;
}
</style>
border-color css
<style>
span { border-color: #A8A29D; }
span { border-color: rgb(168,162,157); }
td.TdClassName
{
border-color: #A8A29D;
}
.TagClassName
{
border-color: #A8A29D;
}
</style>