#ADACAF

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

Shades of Spun Pearl #ADACAF

Tints of Spun Pearl #ADACAF

Color information

#ADACAF (or 0xADACAF) is unknown color: approx Spun Pearl. HEX triplet: AD, AC and AF. RGB value is (173,172,175). Sum of RGB (Red+Green+Blue) = 173+172+175=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACAF is #525350. Grayscale: #ACACAC. Windows color (decimal): -5395281 or 11513005. OLE color: 11513005.

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

Color convert

RGB173172175-
CMYK0.010.0200.31
HSL260º1.84%68.04%-
HSV(B)260º1.71%68.63%-
XYZ39.7241.4846.47-
YUV172.64129.33128.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=33.27%
G=33.08%
B=33.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731721750.010.0200.312601.8468.04
HexADACAF1201F104244
Octal255254257120374042104
Binary101011011010110010101111110011111100000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACAF; }

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

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

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

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

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

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

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

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