#ACACB3

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

Shades of Spun Pearl #ACACB3

Tints of Spun Pearl #ACACB3

Color information

#ACACB3 (or 0xACACB3) is unknown color: approx Spun Pearl. HEX triplet: AC, AC and B3. RGB value is (172,172,179). Sum of RGB (Red+Green+Blue) = 172+172+179=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 179 - color contains mainly: blue. Hex color #ACACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACB3 is #53534C. Grayscale: #ACACAC. Windows color (decimal): -5460813 or 11775148. OLE color: 11775148.

HSL color Cylindrical-coordinate representation of color #ACACB3: 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.04%. Process color model (Four color, CMYK) of #ACACB3 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172172179-
CMYK0.040.0400.30
HSL240º4.4%68.82%-
HSV(B)240º3.91%70.2%-
XYZ39.941.5348.56-
YUV172.8131.5127.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=32.89%
G=32.89%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721721790.040.0400.302404.468.82
HexACACB34401Ef0445
Octal254254263440363604105
Binary101011001010110010110011100100011110111100001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACB3; }

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

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

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

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

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

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

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

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