#ADA79D

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

Shades of Cloudy #ADA79D

Tints of Cloudy #ADA79D

Color information

#ADA79D (or 0xADA79D) is unknown color: approx Cloudy. HEX triplet: AD, A7 and 9D. RGB value is (173,167,157). Sum of RGB (Red+Green+Blue) = 173+167+157=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA79D is #525862. Grayscale: #A7A7A7. Windows color (decimal): -5396579 or 10332077. OLE color: 10332077.

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

Color convert

RGB173167157-
CMYK00.030.090.32
HSL37.5º8.89%64.71%-
HSV(B)37.5º9.25%67.84%-
XYZ37.1438.9637.46-
YUV167.65121.99131.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=34.81%
G=33.60%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316715700.030.090.3237.58.8964.71
HexADA79D0392026941
Octal2552472350311404611101
Binary101011011010011110011101011100110000010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA79D; }

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

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

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

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

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

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

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

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