#ADA9BA

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

Shades of Spun Pearl #ADA9BA

Tints of Spun Pearl #ADA9BA

Color information

#ADA9BA (or 0xADA9BA) is unknown color: approx Spun Pearl. HEX triplet: AD, A9 and BA. RGB value is (173,169,186). Sum of RGB (Red+Green+Blue) = 173+169+186=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9BA is #525645. Grayscale: #ACACAC. Windows color (decimal): -5396038 or 12233133. OLE color: 12233133.

HSL color Cylindrical-coordinate representation of color #ADA9BA: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA9BA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173169186-
CMYK0.070.0900.27
HSL254.12º10.97%69.61%-
HSV(B)254.12º9.14%72.94%-
XYZ40.2840.8152.21-
YUV172.13135.83128.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=32.77%
G=32.01%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731691860.070.0900.27254.1210.9769.61
HexADA9BA7901Bfeb46
Octal25525127271103337613106
Binary10101101101010011011101011110010110111111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9BA; }

 p { color: rgb(173,169,186); }

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

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

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

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

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

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

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