#ACA5B8

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

Shades of Spun Pearl #ACA5B8

Tints of Spun Pearl #ACA5B8

Color information

#ACA5B8 (or 0xACA5B8) is unknown color: approx Spun Pearl. HEX triplet: AC, A5 and B8. RGB value is (172,165,184). Sum of RGB (Red+Green+Blue) = 172+165+184=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 184 - color contains mainly: blue. Hex color #ACA5B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5B8 is #535A47. Grayscale: #A9A9A9. Windows color (decimal): -5462600 or 12101036. OLE color: 12101036.

HSL color Cylindrical-coordinate representation of color #ACA5B8: hue angle of 262.11º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACA5B8 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172165184-
CMYK0.070.1000.28
HSL262.11º11.8%68.43%-
HSV(B)262.11º10.33%72.16%-
XYZ39.1239.1450.84-
YUV169.26136.32129.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=33.01%
G=31.67%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721651840.070.1000.28262.1111.868.43
HexACA5B87A01C106c44
Octal25424527071203440614104
Binary101011001010010110111000111101001110010000011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5B8; }

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

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

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

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

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

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

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

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