#ACAAB0

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

Shades of Spun Pearl #ACAAB0

Tints of Spun Pearl #ACAAB0

Color information

#ACAAB0 (or 0xACAAB0) is unknown color: approx Spun Pearl. HEX triplet: AC, AA and B0. RGB value is (172,170,176). Sum of RGB (Red+Green+Blue) = 172+170+176=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAB0 is #53554F. Grayscale: #ABABAB. Windows color (decimal): -5461328 or 11578028. OLE color: 11578028.

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

Color convert

RGB172170176-
CMYK0.020.0300.31
HSL260º3.66%67.84%-
HSV(B)260º3.41%69.02%-
XYZ39.2240.6546.85-
YUV171.28130.66128.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=33.20%
G=32.82%
B=33.98%

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
Decimal1721701760.020.0300.312603.6667.84
HexACAAB02301F104444
Octal254252260230374044104
Binary10101100101010101011000010110111111000001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAB0; }

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

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

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

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

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

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

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

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