#ADA89E

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

Shades of Cloudy #ADA89E

Tints of Cloudy #ADA89E

Color information

#ADA89E (or 0xADA89E) is unknown color: approx Cloudy. HEX triplet: AD, A8 and 9E. RGB value is (173,168,158). Sum of RGB (Red+Green+Blue) = 173+168+158=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA89E is #525761. Grayscale: #A8A8A8. Windows color (decimal): -5396322 or 10397869. OLE color: 10397869.

HSL color Cylindrical-coordinate representation of color #ADA89E: hue angle of 40º degrees, saturation: 0.08, 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 #ADA89E is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173168158-
CMYK00.030.090.32
HSL40º8.38%64.9%-
HSV(B)40º8.67%67.84%-
XYZ37.4139.3637.97-
YUV168.36122.16131.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=34.67%
G=33.67%
B=31.66%

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
Decimal17316815800.030.090.32408.3864.9
HexADA89E0392028841
Octal2552502360311405010101
Binary101011011010100010011110011100110000010100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA89E; }

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

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

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

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

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

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

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

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