#ADA39A

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

Shades of Cloudy #ADA39A

Tints of Cloudy #ADA39A

Color information

#ADA39A (or 0xADA39A) is unknown color: approx Cloudy. HEX triplet: AD, A3 and 9A. RGB value is (173,163,154). Sum of RGB (Red+Green+Blue) = 173+163+154=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA39A is #525C65. Grayscale: #A5A5A5. Windows color (decimal): -5397606 or 10134445. OLE color: 10134445.

HSL color Cylindrical-coordinate representation of color #ADA39A: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA39A is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB173163154-
CMYK00.060.110.32
HSL28.42º10.38%64.12%-
HSV(B)28.42º10.98%67.84%-
XYZ36.1637.4135.89-
YUV164.96121.81133.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=35.31%
G=33.27%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316315400.060.110.3228.4210.3864.12
HexADA39A06B201ca40
Octal2552432320613403412100
Binary101011011010001110011010011010111000001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA39A; }

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

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

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

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

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

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

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

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