#ADA195

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

Shades of Cloudy #ADA195

Tints of Cloudy #ADA195

Color information

#ADA195 (or 0xADA195) is unknown color: approx Cloudy. HEX triplet: AD, A1 and 95. RGB value is (173,161,149). Sum of RGB (Red+Green+Blue) = 173+161+149=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA195 is #525E6A. Grayscale: #A3A3A3. Windows color (decimal): -5398123 or 9806253. OLE color: 9806253.

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

Color convert

RGB173161149-
CMYK00.070.140.32
HSL30º12.77%63.14%-
HSV(B)30º13.87%67.84%-
XYZ35.436.5433.62-
YUV163.22119.98134.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=35.82%
G=33.33%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316114900.070.140.323012.7763.14
HexADA19507E201ed3f
Octal255241225071640361577
Binary10101101101000011001010101111110100000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA195; }

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

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

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

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

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

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

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

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