#ACA9BC

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

Shades of Spun Pearl #ACA9BC

Tints of Spun Pearl #ACA9BC

Color information

#ACA9BC (or 0xACA9BC) is unknown color: approx Spun Pearl. HEX triplet: AC, A9 and BC. RGB value is (172,169,188). Sum of RGB (Red+Green+Blue) = 172+169+188=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9BC is #535643. Grayscale: #ABABAB. Windows color (decimal): -5461572 or 12364204. OLE color: 12364204.

HSL color Cylindrical-coordinate representation of color #ACA9BC: hue angle of 249.47º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACA9BC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172169188-
CMYK0.090.1000.26
HSL249.47º12.42%70%-
HSV(B)249.47º10.11%73.73%-
XYZ40.2840.7853.32-
YUV172.06136.99127.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=32.51%
G=31.95%
B=35.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721691880.090.1000.26249.4712.4270
HexACA9BC9A01Af9c46
Octal254251274111203237114106
Binary101011001010100110111100100110100110101111100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9BC; }

 p { color: rgb(172,169,188); }

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

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

 a { background-color: rgb(172,169,188); }

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

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

 span { border-color: rgb(172,169,188); }

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