#ACABB6

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

Shades of Spun Pearl #ACABB6

Tints of Spun Pearl #ACABB6

Color information

#ACABB6 (or 0xACABB6) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and B6. RGB value is (172,171,182). Sum of RGB (Red+Green+Blue) = 172+171+182=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABB6 is #535449. Grayscale: #ACACAC. Windows color (decimal): -5461066 or 11971500. OLE color: 11971500.

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

Color convert

RGB172171182-
CMYK0.050.0600.29
HSL245.45º7.01%69.22%-
HSV(B)245.45º6.04%71.37%-
XYZ40.0241.2750.11-
YUV172.55133.33127.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=32.76%
G=32.57%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721711820.050.0600.29245.457.0169.22
HexACABB65601Df5745
Octal254253266560353657105
Binary101011001010101110110110101110011101111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABB6; }

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

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

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

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

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

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

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

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