#ACAAB4

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

Shades of Spun Pearl #ACAAB4

Tints of Spun Pearl #ACAAB4

Color information

#ACAAB4 (or 0xACAAB4) is unknown color: approx Spun Pearl. HEX triplet: AC, AA and B4. RGB value is (172,170,180). Sum of RGB (Red+Green+Blue) = 172+170+180=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACAAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAB4 is #53554B. Grayscale: #ABABAB. Windows color (decimal): -5461324 or 11840172. OLE color: 11840172.

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

Color convert

RGB172170180-
CMYK0.040.0600.29
HSL252º6.25%68.63%-
HSV(B)252º5.56%70.59%-
XYZ39.6340.8248.97-
YUV171.74132.66128.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=32.95%
G=32.57%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721701800.040.0600.292526.2568.63
HexACAAB44601Dfc645
Octal254252264460353746105
Binary101011001010101010110100100110011101111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAB4; }

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

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

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

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

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

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

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

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