#ACAAB1

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

Shades of Spun Pearl #ACAAB1

Tints of Spun Pearl #ACAAB1

Color information

#ACAAB1 (or 0xACAAB1) is unknown color: approx Spun Pearl. HEX triplet: AC, AA and B1. RGB value is (172,170,177). Sum of RGB (Red+Green+Blue) = 172+170+177=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAB1 is #53554E. Grayscale: #ABABAB. Windows color (decimal): -5461327 or 11643564. OLE color: 11643564.

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

Color convert

RGB172170177-
CMYK0.030.0400.31
HSL257.14º4.29%68.04%-
HSV(B)257.14º3.95%69.41%-
XYZ39.3240.6947.38-
YUV171.4131.16128.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=33.14%
G=32.76%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721701770.030.0400.31257.144.2968.04
HexACAAB13401F101444
Octal254252261340374014104
Binary101011001010101010110001111000111111000000011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAB1; }

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

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

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

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

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

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

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

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