#ADAABB

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

Shades of Spun Pearl #ADAABB

Tints of Spun Pearl #ADAABB

Color information

#ADAABB (or 0xADAABB) is unknown color: approx Spun Pearl. HEX triplet: AD, AA and BB. RGB value is (173,170,187). Sum of RGB (Red+Green+Blue) = 173+170+187=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAABB is #525544. Grayscale: #ACACAC. Windows color (decimal): -5395781 or 12298925. OLE color: 12298925.

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

Color convert

RGB173170187-
CMYK0.070.0900.27
HSL250.59º11.11%70%-
HSV(B)250.59º9.09%73.33%-
XYZ40.5841.2252.83-
YUV172.84135.99128.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=32.64%
G=32.08%
B=35.28%

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
Decimal1731701870.070.0900.27250.5911.1170
HexADAABB7901Bfbb46
Octal25525227371103337313106
Binary10101101101010101011101111110010110111111101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAABB; }

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

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

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

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

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

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

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

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