Shades of Cloudy #ADA69D
Tints of Cloudy #ADA69D
RGB
CMYK
RGB Variations
Color information
#ADA69D (or 0xADA69D) is known color: Cloudy. HEX triplet: AD, A6 and 9D. RGB value is (173,166,157). Sum of RGB (Red+Green+Blue) = 173+166+157=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA69D is #525962. Grayscale: #A7A7A7. Windows color (decimal): -5396835 or 10331821. OLE color: 10331821.
HSL color Cylindrical-coordinate representation of color #ADA69D: hue angle of 33.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA69D is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 166 | 157 | - |
CMYK | 0 | 0.04 | 0.09 | 0.32 |
HSL | 33.75º | 0.09% | 0.65% | - |
HSV(B) | 33.75º | 0.09% | 0.68% | - |
XYZ | 36.96 | 38.59 | 37.4 | - |
YUV | 167.07 | 122.32 | 132.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 166 | 157 | 0 | 0.04 | 0.09 | 0.32 | 33.75 | 0.09 | 0.65 |
Hex | AD | A6 | 9D | 0 | 4 | 9 | 20 | 22 | 9 | 41 |
Octal | 255 | 246 | 235 | 0 | 4 | 11 | 40 | 42 | 11 | 101 |
Binary | 10101101 | 10100110 | 10011101 | 0 | 100 | 1001 | 100000 | 100010 | 1001 | 1000001 |
Color Harmonies of #ADA69D
Complementary color
Monochromatic Colors of #ADA69D
Black with #ADA69D
Text Example
Text Example
White with #ADA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA69D; }
p { color: rgb(173,166,157); }
H1.HeaderClassName
{
color: #ADA69D;
}
.AnyTagClassName
{
color: #ADA69D;
}
</style>
background-color css
<style>
a { background-color: #ADA69D; }
a { background-color: rgb(173,166,157); }
div.DivClassName
{
background-color: #ADA69D;
}
.BgClassName
{
background-color: #ADA69D;
}
</style>
border-color css
<style>
span { border-color: #ADA69D; }
span { border-color: rgb(173,166,157); }
td.TdClassName
{
border-color: #ADA69D;
}
.TagClassName
{
border-color: #ADA69D;
}
</style>