#ACABB4

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

Shades of Spun Pearl #ACABB4

Tints of Spun Pearl #ACABB4

Color information

#ACABB4 (or 0xACABB4) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and B4. RGB value is (172,171,180). Sum of RGB (Red+Green+Blue) = 172+171+180=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABB4 is #53544B. Grayscale: #ACACAC. Windows color (decimal): -5461068 or 11840428. OLE color: 11840428.

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

Color convert

RGB172171180-
CMYK0.040.0500.29
HSL246.67º5.66%68.82%-
HSV(B)246.67º5%70.59%-
XYZ39.8141.1949.03-
YUV172.32132.33127.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=32.89%
G=32.70%
B=34.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721711800.040.0500.29246.675.6668.82
HexACABB44501Df7645
Octal254253264450353676105
Binary101011001010101110110100100101011101111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABB4; }

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

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

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

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

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

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

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

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