#ADA89D

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

Shades of Cloudy #ADA89D

Tints of Cloudy #ADA89D

Color information

#ADA89D (or 0xADA89D) is unknown color: approx Cloudy. HEX triplet: AD, A8 and 9D. RGB value is (173,168,157). Sum of RGB (Red+Green+Blue) = 173+168+157=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA89D is #525762. Grayscale: #A8A8A8. Windows color (decimal): -5396323 or 10332333. OLE color: 10332333.

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

Color convert

RGB173168157-
CMYK00.030.090.32
HSL41.25º8.89%64.71%-
HSV(B)41.25º9.25%67.84%-
XYZ37.3239.3237.52-
YUV168.24121.66131.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=34.74%
G=33.73%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316815700.030.090.3241.258.8964.71
HexADA89D0392029941
Octal2552502350311405111101
Binary101011011010100010011101011100110000010100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA89D; }

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

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

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

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

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

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

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

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