#ADA39C

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

Shades of Cloudy #ADA39C

Tints of Cloudy #ADA39C

Color information

#ADA39C (or 0xADA39C) is unknown color: approx Cloudy. HEX triplet: AD, A3 and 9C. RGB value is (173,163,156). Sum of RGB (Red+Green+Blue) = 173+163+156=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA39C is #525C63. Grayscale: #A5A5A5. Windows color (decimal): -5397604 or 10265517. OLE color: 10265517.

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

Color convert

RGB173163156-
CMYK00.060.100.32
HSL24.71º9.39%64.51%-
HSV(B)24.71º9.83%67.84%-
XYZ36.3337.4836.77-
YUV165.19122.81133.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=35.16%
G=33.13%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316315600.060.100.3224.719.3964.51
HexADA39C06A2019941
Octal2552432340612403111101
Binary101011011010001110011100011010101000001100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA39C; }

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

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

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

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

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

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

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

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