#ADA9A5

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

Shades of Cloudy #ADA9A5

Tints of Cloudy #ADA9A5

Color information

#ADA9A5 (or 0xADA9A5) is unknown color: approx Cloudy. HEX triplet: AD, A9 and A5. RGB value is (173,169,165). Sum of RGB (Red+Green+Blue) = 173+169+165=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A5 is #52565A. Grayscale: #A9A9A9. Windows color (decimal): -5396059 or 10856877. OLE color: 10856877.

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

Color convert

RGB173169165-
CMYK00.020.050.32
HSL30º4.65%66.27%-
HSV(B)30º4.62%67.84%-
XYZ38.2139.9841.3-
YUV169.74125.33130.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=34.12%
G=33.33%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316916500.020.050.32304.6566.27
HexADA9A5025201e542
Octal25525124502540365102
Binary101011011010100110100101010101100000111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9A5; }

 p { color: rgb(173,169,165); }

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

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

 a { background-color: rgb(173,169,165); }

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

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

 span { border-color: rgb(173,169,165); }

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