#ADA49D

Color #ADA49D Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #ADA49D

Tints of Cloudy #ADA49D

Color information

#ADA49D (or 0xADA49D) is unknown color: approx Cloudy. HEX triplet: AD, A4 and 9D. RGB value is (173,164,157). Sum of RGB (Red+Green+Blue) = 173+164+157=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA49D is #525B62. Grayscale: #A5A5A5. Windows color (decimal): -5397347 or 10331309. OLE color: 10331309.

HSL color Cylindrical-coordinate representation of color #ADA49D: hue angle of 26.25º 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 #ADA49D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173164157-
CMYK00.050.090.32
HSL26.25º8.89%64.71%-
HSV(B)26.25º9.25%67.84%-
XYZ36.5937.8737.28-
YUV165.89122.98133.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=35.02%
G=33.20%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316415700.050.090.3226.258.8964.71
HexADA49D059201a941
Octal2552442350511403211101
Binary101011011010010010011101010110011000001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA49D; }

 p { color: rgb(173,164,157); }

 H1.HeaderClassName
 {
   color: #ADA49D;
 }
 .AnyTagClassName
 {
   color: #ADA49D;
 }
</style>
background-color css

<style>
 a { background-color: #ADA49D; }

 a { background-color: rgb(173,164,157); }

 div.DivClassName
 {
   background-color: #ADA49D;
 }
 .BgClassName
 {
   background-color: #ADA49D;
 }
</style>
border-color css

<style>
 span { border-color: #ADA49D; }

 span { border-color: rgb(173,164,157); }

 td.TdClassName
 {
   border-color: #ADA49D;
 }
 .TagClassName
 {
   border-color: #ADA49D;
 }
</style>