#ADADAF

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

Shades of Spun Pearl #ADADAF

Tints of Spun Pearl #ADADAF

Color information

#ADADAF (or 0xADADAF) is unknown color: approx Spun Pearl. HEX triplet: AD, AD and AF. RGB value is (173,173,175). Sum of RGB (Red+Green+Blue) = 173+173+175=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAF is #525250. Grayscale: #ADADAD. Windows color (decimal): -5395025 or 11513261. OLE color: 11513261.

HSL color Cylindrical-coordinate representation of color #ADADAF: hue angle of 240º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADADAF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173173175-
CMYK0.010.0100.31
HSL240º1.23%68.24%-
HSV(B)240º1.14%68.63%-
XYZ39.9241.8746.53-
YUV173.23129127.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=33.21%
G=33.21%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731731750.010.0100.312401.2368.24
HexADADAF1101Ff0144
Octal255255257110373601104
Binary101011011010110110101111110111111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADAF; }

 p { color: rgb(173,173,175); }

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

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

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

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

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

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

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