#ADA094

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

Shades of Cloudy #ADA094

Tints of Cloudy #ADA094

Color information

#ADA094 (or 0xADA094) is unknown color: approx Cloudy. HEX triplet: AD, A0 and 94. RGB value is (173,160,148). Sum of RGB (Red+Green+Blue) = 173+160+148=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA094 is #525F6B. Grayscale: #A2A2A2. Windows color (decimal): -5398380 or 9740461. OLE color: 9740461.

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

Color convert

RGB173160148-
CMYK00.080.140.32
HSL28.8º13.23%62.94%-
HSV(B)28.8º14.45%67.84%-
XYZ35.1536.1633.14-
YUV162.52119.81135.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=35.97%
G=33.26%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316014800.080.140.3228.813.2362.94
HexADA09408E201dd3f
Octal2552402240101640351577
Binary101011011010000010010100010001110100000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA094; }

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

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

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

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

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

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

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

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