#ACA7B5

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

Shades of Spun Pearl #ACA7B5

Tints of Spun Pearl #ACA7B5

Color information

#ACA7B5 (or 0xACA7B5) is unknown color: approx Spun Pearl. HEX triplet: AC, A7 and B5. RGB value is (172,167,181). Sum of RGB (Red+Green+Blue) = 172+167+181=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 181 - color contains mainly: blue. Hex color #ACA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7B5 is #53584A. Grayscale: #AAAAAA. Windows color (decimal): -5462091 or 11904940. OLE color: 11904940.

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

Color convert

RGB172167181-
CMYK0.050.0800.29
HSL261.43º8.64%68.24%-
HSV(B)261.43º7.73%70.98%-
XYZ39.1739.7449.32-
YUV170.09134.16129.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=33.08%
G=32.12%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721671810.050.0800.29261.438.6468.24
HexACA7B55801D105944
Octal25424726551003540511104
Binary101011001010011110110101101100001110110000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7B5; }

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

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

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

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

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

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

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

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