#ACACB6

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

Shades of Spun Pearl #ACACB6

Tints of Spun Pearl #ACACB6

Color information

#ACACB6 (or 0xACACB6) is unknown color: approx Spun Pearl. HEX triplet: AC, AC and B6. RGB value is (172,172,182). Sum of RGB (Red+Green+Blue) = 172+172+182=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACB6 is #535349. Grayscale: #ADADAD. Windows color (decimal): -5460810 or 11971756. OLE color: 11971756.

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

Color convert

RGB172172182-
CMYK0.050.0500.29
HSL240º6.41%69.41%-
HSV(B)240º5.49%71.37%-
XYZ40.2141.6550.18-
YUV173.14133127.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=32.70%
G=32.70%
B=34.60%

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
Decimal1721721820.050.0500.292406.4169.41
HexACACB65501Df0645
Octal254254266550353606105
Binary101011001010110010110110101101011101111100001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACB6; }

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

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

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

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

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

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

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

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