#ACACB2

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

Shades of Spun Pearl #ACACB2

Tints of Spun Pearl #ACACB2

Color information

#ACACB2 (or 0xACACB2) is unknown color: approx Spun Pearl. HEX triplet: AC, AC and B2. RGB value is (172,172,178). Sum of RGB (Red+Green+Blue) = 172+172+178=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 178 - color contains mainly: blue. Hex color #ACACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACB2 is #53534D. Grayscale: #ACACAC. Windows color (decimal): -5460814 or 11709612. OLE color: 11709612.

HSL color Cylindrical-coordinate representation of color #ACACB2: hue angle of 240º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACACB2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172172178-
CMYK0.030.0300.30
HSL240º3.75%68.63%-
HSV(B)240º3.37%69.8%-
XYZ39.841.4948.03-
YUV172.68131127.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=32.95%
G=32.95%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721721780.030.0300.302403.7568.63
HexACACB23301Ef0445
Octal254254262330363604105
Binary1010110010101100101100101111011110111100001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACB2; }

 p { color: rgb(172,172,178); }

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

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

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

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

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

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

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