#ACA5B9

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

Shades of Spun Pearl #ACA5B9

Tints of Spun Pearl #ACA5B9

Color information

#ACA5B9 (or 0xACA5B9) is unknown color: approx Spun Pearl. HEX triplet: AC, A5 and B9. RGB value is (172,165,185). Sum of RGB (Red+Green+Blue) = 172+165+185=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACA5B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5B9 is #535A46. Grayscale: #A9A9A9. Windows color (decimal): -5462599 or 12166572. OLE color: 12166572.

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

Color convert

RGB172165185-
CMYK0.070.1100.27
HSL261º12.5%68.63%-
HSV(B)261º10.81%72.55%-
XYZ39.2339.1851.39-
YUV169.37136.82129.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=32.95%
G=31.61%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721651850.070.1100.2726112.568.63
HexACA5B97B01B105c45
Octal25424527171303340514105
Binary101011001010010110111001111101101101110000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5B9; }

 p { color: rgb(172,165,185); }

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

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

 a { background-color: rgb(172,165,185); }

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

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

 span { border-color: rgb(172,165,185); }

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