#ADA89C

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

Shades of Cloudy #ADA89C

Tints of Cloudy #ADA89C

Color information

#ADA89C (or 0xADA89C) is unknown color: approx Cloudy. HEX triplet: AD, A8 and 9C. RGB value is (173,168,156). Sum of RGB (Red+Green+Blue) = 173+168+156=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA89C is #525763. Grayscale: #A8A8A8. Windows color (decimal): -5396324 or 10266797. OLE color: 10266797.

HSL color Cylindrical-coordinate representation of color #ADA89C: hue angle of 42.35º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA89C is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173168156-
CMYK00.030.100.32
HSL42.35º9.39%64.51%-
HSV(B)42.35º9.83%67.84%-
XYZ37.2439.2937.07-
YUV168.13121.16131.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=34.81%
G=33.80%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316815600.030.100.3242.359.3964.51
HexADA89C03A202a941
Octal2552502340312405211101
Binary101011011010100010011100011101010000010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA89C; }

 p { color: rgb(173,168,156); }

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

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

 a { background-color: rgb(173,168,156); }

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

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

 span { border-color: rgb(173,168,156); }

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