#ADA092

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

Shades of Cloudy #ADA092

Tints of Cloudy #ADA092

Color information

#ADA092 (or 0xADA092) is unknown color: approx Cloudy. HEX triplet: AD, A0 and 92. RGB value is (173,160,146). Sum of RGB (Red+Green+Blue) = 173+160+146=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA092 is #525F6D. Grayscale: #A2A2A2. Windows color (decimal): -5398382 or 9609389. OLE color: 9609389.

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

Color convert

RGB173160146-
CMYK00.080.160.32
HSL31.11º14.14%62.55%-
HSV(B)31.11º15.61%67.84%-
XYZ34.9936.132.32-
YUV162.29118.81135.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=36.12%
G=33.40%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316014600.080.160.3231.1114.1462.55
HexADA0920810201fe3f
Octal2552402220102040371677
Binary1010110110100000100100100100010000100000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA092; }

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

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

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

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

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

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

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

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