#ADA8A0

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

Shades of Cloudy #ADA8A0

Tints of Cloudy #ADA8A0

Color information

#ADA8A0 (or 0xADA8A0) is unknown color: approx Cloudy. HEX triplet: AD, A8 and A0. RGB value is (173,168,160). Sum of RGB (Red+Green+Blue) = 173+168+160=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A0 is #52575F. Grayscale: #A8A8A8. Windows color (decimal): -5396320 or 10528941. OLE color: 10528941.

HSL color Cylindrical-coordinate representation of color #ADA8A0: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA8A0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173168160-
CMYK00.030.080.32
HSL36.92º7.34%65.29%-
HSV(B)36.92º7.51%67.84%-
XYZ37.5839.4338.89-
YUV168.58123.16131.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=34.53%
G=33.53%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316816000.030.080.3236.927.3465.29
HexADA8A00382025741
Octal255250240031040457101
Binary10101101101010001010000001110001000001001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8A0; }

 p { color: rgb(173,168,160); }

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

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

 a { background-color: rgb(173,168,160); }

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

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

 span { border-color: rgb(173,168,160); }

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