#ACAAB3

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

Shades of Spun Pearl #ACAAB3

Tints of Spun Pearl #ACAAB3

Color information

#ACAAB3 (or 0xACAAB3) is unknown color: approx Spun Pearl. HEX triplet: AC, AA and B3. RGB value is (172,170,179). Sum of RGB (Red+Green+Blue) = 172+170+179=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 179 - color contains mainly: blue. Hex color #ACAAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAB3 is #53554C. Grayscale: #ABABAB. Windows color (decimal): -5461325 or 11774636. OLE color: 11774636.

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

Color convert

RGB172170179-
CMYK0.040.0500.30
HSL253.33º5.59%68.43%-
HSV(B)253.33º5.03%70.2%-
XYZ39.5240.7748.43-
YUV171.62132.16128.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=33.01%
G=32.63%
B=34.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721701790.040.0500.30253.335.5968.43
HexACAAB34501Efd644
Octal254252263450363756104
Binary101011001010101010110011100101011110111111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAB3; }

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

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

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

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

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

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

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

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