#ABA9B1

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

Shades of Spun Pearl #ABA9B1

Tints of Spun Pearl #ABA9B1

Color information

#ABA9B1 (or 0xABA9B1) is unknown color: approx Spun Pearl. HEX triplet: AB, A9 and B1. RGB value is (171,169,177). Sum of RGB (Red+Green+Blue) = 171+169+177=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9B1 is #54564E. Grayscale: #AAAAAA. Windows color (decimal): -5527119 or 11643307. OLE color: 11643307.

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

Color convert

RGB171169177-
CMYK0.030.0500.31
HSL255º4.88%67.84%-
HSV(B)255º4.52%69.41%-
XYZ38.9240.2147.3-
YUV170.51131.66128.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=33.08%
G=32.69%
B=34.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711691770.030.0500.312554.8867.84
HexABA9B13501Fff544
Octal253251261350373775104
Binary10101011101010011011000111101011111111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9B1; }

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

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

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

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

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

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

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

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