#ADA69C

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

Shades of Cloudy #ADA69C

Tints of Cloudy #ADA69C

Color information

#ADA69C (or 0xADA69C) is unknown color: approx Cloudy. HEX triplet: AD, A6 and 9C. RGB value is (173,166,156). Sum of RGB (Red+Green+Blue) = 173+166+156=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA69C is #525963. Grayscale: #A7A7A7. Windows color (decimal): -5396836 or 10266285. OLE color: 10266285.

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

Color convert

RGB173166156-
CMYK00.040.100.32
HSL35.29º9.39%64.51%-
HSV(B)35.29º9.83%67.84%-
XYZ36.8738.5636.95-
YUV166.95121.82132.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=34.95%
G=33.54%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316615600.040.100.3235.299.3964.51
HexADA69C04A2023941
Octal2552462340412404311101
Binary1010110110100110100111000100101010000010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA69C; }

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

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

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

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

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

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

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

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