#ADAABA

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

Shades of Spun Pearl #ADAABA

Tints of Spun Pearl #ADAABA

Color information

#ADAABA (or 0xADAABA) is unknown color: approx Spun Pearl. HEX triplet: AD, AA and BA. RGB value is (173,170,186). Sum of RGB (Red+Green+Blue) = 173+170+186=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAABA is #525545. Grayscale: #ACACAC. Windows color (decimal): -5395782 or 12233389. OLE color: 12233389.

HSL color Cylindrical-coordinate representation of color #ADAABA: hue angle of 251.25º degrees, saturation: 0.1, 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 #ADAABA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173170186-
CMYK0.070.0900.27
HSL251.25º10.39%69.8%-
HSV(B)251.25º8.6%72.94%-
XYZ40.4741.1852.27-
YUV172.72135.49128.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=32.70%
G=32.14%
B=35.16%

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
Decimal1731701860.070.0900.27251.2510.3969.8
HexADAABA7901Bfba46
Octal25525227271103337312106
Binary10101101101010101011101011110010110111111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAABA; }

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

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

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

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

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

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

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

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