#ADA79E

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

Shades of Cloudy #ADA79E

Tints of Cloudy #ADA79E

Color information

#ADA79E (or 0xADA79E) is unknown color: approx Cloudy. HEX triplet: AD, A7 and 9E. RGB value is (173,167,158). Sum of RGB (Red+Green+Blue) = 173+167+158=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA79E is #525861. Grayscale: #A7A7A7. Windows color (decimal): -5396578 or 10397613. OLE color: 10397613.

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

Color convert

RGB173167158-
CMYK00.030.090.32
HSL36º8.38%64.9%-
HSV(B)36º8.67%67.84%-
XYZ37.2238.9937.91-
YUV167.77122.49131.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=34.74%
G=33.53%
B=31.73%

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
Decimal17316715800.030.090.32368.3864.9
HexADA79E0392024841
Octal2552472360311404410101
Binary101011011010011110011110011100110000010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA79E; }

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

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

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

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

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

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

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

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