#ABA9B4

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

Shades of Spun Pearl #ABA9B4

Tints of Spun Pearl #ABA9B4

Color information

#ABA9B4 (or 0xABA9B4) is unknown color: approx Spun Pearl. HEX triplet: AB, A9 and B4. RGB value is (171,169,180). Sum of RGB (Red+Green+Blue) = 171+169+180=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABA9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9B4 is #54564B. Grayscale: #AAAAAA. Windows color (decimal): -5527116 or 11839915. OLE color: 11839915.

HSL color Cylindrical-coordinate representation of color #ABA9B4: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABA9B4 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171169180-
CMYK0.050.0600.29
HSL250.91º6.83%68.43%-
HSV(B)250.91º6.11%70.59%-
XYZ39.2240.3348.9-
YUV170.85133.16128.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=32.88%
G=32.5%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711691800.050.0600.29250.916.8368.43
HexABA9B45601Dfb744
Octal253251264560353737104
Binary101010111010100110110100101110011101111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9B4; }

 p { color: rgb(171,169,180); }

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

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

 a { background-color: rgb(171,169,180); }

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

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

 span { border-color: rgb(171,169,180); }

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