#ACA8B8

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

Shades of Spun Pearl #ACA8B8

Tints of Spun Pearl #ACA8B8

Color information

#ACA8B8 (or 0xACA8B8) is unknown color: approx Spun Pearl. HEX triplet: AC, A8 and B8. RGB value is (172,168,184). Sum of RGB (Red+Green+Blue) = 172+168+184=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 184 - color contains mainly: blue. Hex color #ACA8B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8B8 is #535747. Grayscale: #AAAAAA. Windows color (decimal): -5461832 or 12101804. OLE color: 12101804.

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

Color convert

RGB172168184-
CMYK0.070.0900.28
HSL255º10.13%69.02%-
HSV(B)255º8.7%72.16%-
XYZ39.6740.2451.02-
YUV171.02135.33128.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=32.82%
G=32.06%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721681840.070.0900.2825510.1369.02
HexACA8B87901Cffa45
Octal25425027071103437712105
Binary10101100101010001011100011110010111001111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8B8; }

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

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

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

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

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

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

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

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