#ABA8B9

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

Shades of Spun Pearl #ABA8B9

Tints of Spun Pearl #ABA8B9

Color information

#ABA8B9 (or 0xABA8B9) is unknown color: approx Spun Pearl. HEX triplet: AB, A8 and B9. RGB value is (171,168,185). Sum of RGB (Red+Green+Blue) = 171+168+185=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABA8B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8B9 is #545746. Grayscale: #AAAAAA. Windows color (decimal): -5527367 or 12167339. OLE color: 12167339.

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

Color convert

RGB171168185-
CMYK0.080.0900.27
HSL250.59º10.83%69.22%-
HSV(B)250.59º9.19%72.55%-
XYZ39.5540.1751.57-
YUV170.84135.99128.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=32.63%
G=32.06%
B=35.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711681850.080.0900.27250.5910.8369.22
HexABA8B98901Bfbb45
Octal253250271101103337313105
Binary101010111010100010111001100010010110111111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8B9; }

 p { color: rgb(171,168,185); }

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

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

 a { background-color: rgb(171,168,185); }

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

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

 span { border-color: rgb(171,168,185); }

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