#ACA7B4

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

Shades of Spun Pearl #ACA7B4

Tints of Spun Pearl #ACA7B4

Color information

#ACA7B4 (or 0xACA7B4) is unknown color: approx Spun Pearl. HEX triplet: AC, A7 and B4. RGB value is (172,167,180). Sum of RGB (Red+Green+Blue) = 172+167+180=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACA7B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7B4 is #53584B. Grayscale: #A9A9A9. Windows color (decimal): -5462092 or 11839404. OLE color: 11839404.

HSL color Cylindrical-coordinate representation of color #ACA7B4: hue angle of 263.08º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACA7B4 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172167180-
CMYK0.040.0700.29
HSL263.08º7.98%68.04%-
HSV(B)263.08º7.22%70.59%-
XYZ39.0739.748.78-
YUV169.98133.66129.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=33.14%
G=32.18%
B=34.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721671800.040.0700.29263.087.9868.04
HexACA7B44701D107844
Octal2542472644703540710104
Binary10101100101001111011010010011101110110000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7B4; }

 p { color: rgb(172,167,180); }

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

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

 a { background-color: rgb(172,167,180); }

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

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

 span { border-color: rgb(172,167,180); }

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