#ACABB0

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

Shades of Spun Pearl #ACABB0

Tints of Spun Pearl #ACABB0

Color information

#ACABB0 (or 0xACABB0) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and B0. RGB value is (172,171,176). Sum of RGB (Red+Green+Blue) = 172+171+176=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABB0 is #53544F. Grayscale: #ABABAB. Windows color (decimal): -5461072 or 11578284. OLE color: 11578284.

HSL color Cylindrical-coordinate representation of color #ACABB0: hue angle of 252º degrees, saturation: 0.03, 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 #ACABB0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172171176-
CMYK0.020.0300.31
HSL252º3.07%68.04%-
HSV(B)252º2.84%69.02%-
XYZ39.4141.0346.92-
YUV171.87130.33128.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=33.14%
G=32.95%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721711760.020.0300.312523.0768.04
HexACABB02301Ffc344
Octal254253260230373743104
Binary101011001010101110110000101101111111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABB0; }

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

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

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

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

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

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

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

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