#ADA196

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

Shades of Cloudy #ADA196

Tints of Cloudy #ADA196

Color information

#ADA196 (or 0xADA196) is unknown color: approx Cloudy. HEX triplet: AD, A1 and 96. RGB value is (173,161,150). Sum of RGB (Red+Green+Blue) = 173+161+150=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA196 is #525E69. Grayscale: #A3A3A3. Windows color (decimal): -5398122 or 9871789. OLE color: 9871789.

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

Color convert

RGB173161150-
CMYK00.070.130.32
HSL28.7º12.3%63.33%-
HSV(B)28.7º13.29%67.84%-
XYZ35.4836.5834.04-
YUV163.33120.48134.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=35.74%
G=33.26%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316115000.070.130.3228.712.363.33
HexADA19607D201dc3f
Octal255241226071540351477
Binary10101101101000011001011001111101100000111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA196; }

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

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

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

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

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

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

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

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