#ACA7B7

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

Shades of Spun Pearl #ACA7B7

Tints of Spun Pearl #ACA7B7

Color information

#ACA7B7 (or 0xACA7B7) is unknown color: approx Spun Pearl. HEX triplet: AC, A7 and B7. RGB value is (172,167,183). Sum of RGB (Red+Green+Blue) = 172+167+183=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACA7B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7B7 is #535848. Grayscale: #AAAAAA. Windows color (decimal): -5462089 or 12036012. OLE color: 12036012.

HSL color Cylindrical-coordinate representation of color #ACA7B7: hue angle of 258.75º 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 #ACA7B7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172167183-
CMYK0.060.0900.28
HSL258.75º10%68.63%-
HSV(B)258.75º8.74%71.76%-
XYZ39.3839.8350.41-
YUV170.32135.16129.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=32.95%
G=31.99%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721671830.060.0900.28258.751068.63
HexACA7B76901C103a45
Octal25424726761103440312105
Binary101011001010011110110111110100101110010000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7B7; }

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

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

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

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

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

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

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

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