#ACAAB6

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

Shades of Spun Pearl #ACAAB6

Tints of Spun Pearl #ACAAB6

Color information

#ACAAB6 (or 0xACAAB6) is unknown color: approx Spun Pearl. HEX triplet: AC, AA and B6. RGB value is (172,170,182). Sum of RGB (Red+Green+Blue) = 172+170+182=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAB6 is #535549. Grayscale: #ABABAB. Windows color (decimal): -5461322 or 11971244. OLE color: 11971244.

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

Color convert

RGB172170182-
CMYK0.050.0700.29
HSL250º7.59%69.02%-
HSV(B)250º6.59%71.37%-
XYZ39.8340.950.05-
YUV171.97133.66128.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=32.82%
G=32.44%
B=34.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721701820.050.0700.292507.5969.02
HexACAAB65701Dfa845
Octal2542522665703537210105
Binary1010110010101010101101101011110111011111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAB6; }

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

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

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

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

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

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

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

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