#ACABB1

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

Shades of Spun Pearl #ACABB1

Tints of Spun Pearl #ACABB1

Color information

#ACABB1 (or 0xACABB1) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and B1. RGB value is (172,171,177). Sum of RGB (Red+Green+Blue) = 172+171+177=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABB1 is #53544E. Grayscale: #ABABAB. Windows color (decimal): -5461071 or 11643820. OLE color: 11643820.

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

Color convert

RGB172171177-
CMYK0.030.0300.31
HSL250º3.7%68.24%-
HSV(B)250º3.39%69.41%-
XYZ39.5141.0747.44-
YUV171.98130.83128.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=33.08%
G=32.88%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721711770.030.0300.312503.768.24
HexACABB13301Ffa444
Octal254253261330373724104
Binary1010110010101011101100011111011111111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABB1; }

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

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

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

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

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

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

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

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