#ACA7B6

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

Shades of Spun Pearl #ACA7B6

Tints of Spun Pearl #ACA7B6

Color information

#ACA7B6 (or 0xACA7B6) is unknown color: approx Spun Pearl. HEX triplet: AC, A7 and B6. RGB value is (172,167,182). Sum of RGB (Red+Green+Blue) = 172+167+182=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACA7B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7B6 is #535849. Grayscale: #AAAAAA. Windows color (decimal): -5462090 or 11970476. OLE color: 11970476.

HSL color Cylindrical-coordinate representation of color #ACA7B6: hue angle of 260º 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 #ACA7B6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172167182-
CMYK0.050.0800.29
HSL260º9.32%68.43%-
HSV(B)260º8.24%71.37%-
XYZ39.2839.7949.87-
YUV170.2134.66129.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=33.01%
G=32.05%
B=34.93%

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
Decimal1721671820.050.0800.292609.3268.43
HexACA7B65801D104944
Octal25424726651003540411104
Binary101011001010011110110110101100001110110000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7B6; }

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

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

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

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

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

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

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

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