#ADAAA8

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

Shades of Silk #ADAAA8

Tints of Silk #ADAAA8

Color information

#ADAAA8 (or 0xADAAA8) is unknown color: approx Silk. HEX triplet: AD, AA and A8. RGB value is (173,170,168). Sum of RGB (Red+Green+Blue) = 173+170+168=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA8 is #525557. Grayscale: #AAAAAA. Windows color (decimal): -5395800 or 11053741. OLE color: 11053741.

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

Color convert

RGB173170168-
CMYK00.020.030.32
HSL24º2.96%66.86%-
HSV(B)24º2.89%67.84%-
XYZ38.6840.4642.82-
YUV170.67126.49129.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=33.86%
G=33.27%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317016800.020.030.32242.9666.86
HexADAAA80232018343
Octal25525225002340303103
Binary1010110110101010101010000101110000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAA8; }

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

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

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

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

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

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

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

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