#ADA49C

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

Shades of Cloudy #ADA49C

Tints of Cloudy #ADA49C

Color information

#ADA49C (or 0xADA49C) is unknown color: approx Cloudy. HEX triplet: AD, A4 and 9C. RGB value is (173,164,156). Sum of RGB (Red+Green+Blue) = 173+164+156=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA49C is #525B63. Grayscale: #A5A5A5. Windows color (decimal): -5397348 or 10265773. OLE color: 10265773.

HSL color Cylindrical-coordinate representation of color #ADA49C: hue angle of 28.24º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA49C is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173164156-
CMYK00.050.100.32
HSL28.24º9.39%64.51%-
HSV(B)28.24º9.83%67.84%-
XYZ36.5137.8436.83-
YUV165.78122.48133.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=35.09%
G=33.27%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316415600.050.100.3228.249.3964.51
HexADA49C05A201c941
Octal2552442340512403411101
Binary101011011010010010011100010110101000001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA49C; }

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

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

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

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

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

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

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

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