#ACA6BC

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

Shades of Spun Pearl #ACA6BC

Tints of Spun Pearl #ACA6BC

Color information

#ACA6BC (or 0xACA6BC) is unknown color: approx Spun Pearl. HEX triplet: AC, A6 and BC. RGB value is (172,166,188). Sum of RGB (Red+Green+Blue) = 172+166+188=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6BC is #535943. Grayscale: #AAAAAA. Windows color (decimal): -5462340 or 12363436. OLE color: 12363436.

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

Color convert

RGB172166188-
CMYK0.090.1200.26
HSL256.36º14.1%69.41%-
HSV(B)256.36º11.7%73.73%-
XYZ39.7339.6753.14-
YUV170.3137.99129.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=32.70%
G=31.56%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721661880.090.1200.26256.3614.169.41
HexACA6BC9C01A100e45
Octal254246274111403240016105
Binary1010110010100110101111001001110001101010000000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6BC; }

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

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

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

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

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

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

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

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