#ADA096

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

Shades of Cloudy #ADA096

Tints of Cloudy #ADA096

Color information

#ADA096 (or 0xADA096) is unknown color: approx Cloudy. HEX triplet: AD, A0 and 96. RGB value is (173,160,150). Sum of RGB (Red+Green+Blue) = 173+160+150=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA096 is #525F69. Grayscale: #A2A2A2. Windows color (decimal): -5398378 or 9871533. OLE color: 9871533.

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

Color convert

RGB173160150-
CMYK00.080.130.32
HSL26.09º12.3%63.33%-
HSV(B)26.09º13.29%67.84%-
XYZ35.3136.2333.99-
YUV162.75120.81135.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=35.82%
G=33.13%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316015000.080.130.3226.0912.363.33
HexADA09608D201ac3f
Octal2552402260101540321477
Binary101011011010000010010110010001101100000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA096; }

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

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

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

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

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

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

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

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