#ADA79C

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

Shades of Cloudy #ADA79C

Tints of Cloudy #ADA79C

Color information

#ADA79C (or 0xADA79C) is unknown color: approx Cloudy. HEX triplet: AD, A7 and 9C. RGB value is (173,167,156). Sum of RGB (Red+Green+Blue) = 173+167+156=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA79C is #525863. Grayscale: #A7A7A7. Windows color (decimal): -5396580 or 10266541. OLE color: 10266541.

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

Color convert

RGB173167156-
CMYK00.030.100.32
HSL38.82º9.39%64.51%-
HSV(B)38.82º9.83%67.84%-
XYZ37.0538.9237.01-
YUV167.54121.49131.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=34.88%
G=33.67%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316715600.030.100.3238.829.3964.51
HexADA79C03A2027941
Octal2552472340312404711101
Binary101011011010011110011100011101010000010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA79C; }

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

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

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

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

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

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

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

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