#ACA7B9

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

Shades of Spun Pearl #ACA7B9

Tints of Spun Pearl #ACA7B9

Color information

#ACA7B9 (or 0xACA7B9) is unknown color: approx Spun Pearl. HEX triplet: AC, A7 and B9. RGB value is (172,167,185). Sum of RGB (Red+Green+Blue) = 172+167+185=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACA7B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7B9 is #535846. Grayscale: #AAAAAA. Windows color (decimal): -5462087 or 12167084. OLE color: 12167084.

HSL color Cylindrical-coordinate representation of color #ACA7B9: hue angle of 256.67º degrees, saturation: 0.11, 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 #ACA7B9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172167185-
CMYK0.070.1000.27
HSL256.67º11.39%69.02%-
HSV(B)256.67º9.73%72.55%-
XYZ39.5939.9151.52-
YUV170.55136.16129.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=32.82%
G=31.87%
B=35.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721671850.070.1000.27256.6711.3969.02
HexACA7B97A01B101b45
Octal25424727171203340113105
Binary101011001010011110111001111101001101110000000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7B9; }

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

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

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

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

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

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

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

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