#ACA8BA

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

Shades of Spun Pearl #ACA8BA

Tints of Spun Pearl #ACA8BA

Color information

#ACA8BA (or 0xACA8BA) is unknown color: approx Spun Pearl. HEX triplet: AC, A8 and BA. RGB value is (172,168,186). Sum of RGB (Red+Green+Blue) = 172+168+186=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8BA is #535745. Grayscale: #ABABAB. Windows color (decimal): -5461830 or 12232876. OLE color: 12232876.

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

Color convert

RGB172168186-
CMYK0.080.1000.27
HSL253.33º11.54%69.41%-
HSV(B)253.33º9.68%72.94%-
XYZ39.8840.3252.14-
YUV171.25136.33128.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=32.70%
G=31.94%
B=35.36%

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
Decimal1721681860.080.1000.27253.3311.5469.41
HexACA8BA8A01Bfdc45
Octal254250272101203337514105
Binary101011001010100010111010100010100110111111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8BA; }

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

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

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

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

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

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

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

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