#ACACB5

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

Shades of Spun Pearl #ACACB5

Tints of Spun Pearl #ACACB5

Color information

#ACACB5 (or 0xACACB5) is unknown color: approx Spun Pearl. HEX triplet: AC, AC and B5. RGB value is (172,172,181). Sum of RGB (Red+Green+Blue) = 172+172+181=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 181 - color contains mainly: blue. Hex color #ACACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACB5 is #53534A. Grayscale: #ACACAC. Windows color (decimal): -5460811 or 11906220. OLE color: 11906220.

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

Color convert

RGB172172181-
CMYK0.050.0500.29
HSL240º5.73%69.22%-
HSV(B)240º4.97%70.98%-
XYZ40.1141.6149.63-
YUV173.03132.5127.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=32.76%
G=32.76%
B=34.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721721810.050.0500.292405.7369.22
HexACACB55501Df0645
Octal254254265550353606105
Binary101011001010110010110101101101011101111100001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACB5; }

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

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

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

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

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

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

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

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