#ACABB3

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

Shades of Spun Pearl #ACABB3

Tints of Spun Pearl #ACABB3

Color information

#ACABB3 (or 0xACABB3) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and B3. RGB value is (172,171,179). Sum of RGB (Red+Green+Blue) = 172+171+179=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 179 - color contains mainly: blue. Hex color #ACABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABB3 is #53544C. Grayscale: #ACACAC. Windows color (decimal): -5461069 or 11774892. OLE color: 11774892.

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

Color convert

RGB172171179-
CMYK0.040.0400.30
HSL247.5º5%68.63%-
HSV(B)247.5º4.47%70.2%-
XYZ39.7141.1548.5-
YUV172.21131.83127.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=32.95%
G=32.76%
B=34.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721711790.040.0400.30247.5568.63
HexACABB34401Ef8545
Octal254253263440363705105
Binary101011001010101110110011100100011110111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABB3; }

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

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

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

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

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

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

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

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