#ACA8BB

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

Shades of Spun Pearl #ACA8BB

Tints of Spun Pearl #ACA8BB

Color information

#ACA8BB (or 0xACA8BB) is unknown color: approx Spun Pearl. HEX triplet: AC, A8 and BB. RGB value is (172,168,187). Sum of RGB (Red+Green+Blue) = 172+168+187=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8BB is #535744. Grayscale: #ABABAB. Windows color (decimal): -5461829 or 12298412. OLE color: 12298412.

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

Color convert

RGB172168187-
CMYK0.080.1000.27
HSL252.63º12.26%69.61%-
HSV(B)252.63º10.16%73.33%-
XYZ39.9940.3652.7-
YUV171.36136.83128.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=32.64%
G=31.88%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721681870.080.1000.27252.6312.2669.61
HexACA8BB8A01Bfdc46
Octal254250273101203337514106
Binary101011001010100010111011100010100110111111110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8BB; }

 p { color: rgb(172,168,187); }

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

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

 a { background-color: rgb(172,168,187); }

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

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

 span { border-color: rgb(172,168,187); }

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