#ACABAF

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

Shades of Spun Pearl #ACABAF

Tints of Spun Pearl #ACABAF

Color information

#ACABAF (or 0xACABAF) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and AF. RGB value is (172,171,175). Sum of RGB (Red+Green+Blue) = 172+171+175=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 175 - color contains mainly: blue. Hex color #ACABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABAF is #535450. Grayscale: #ABABAB. Windows color (decimal): -5461073 or 11512748. OLE color: 11512748.

HSL color Cylindrical-coordinate representation of color #ACABAF: hue angle of 255º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACABAF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172171175-
CMYK0.020.0200.31
HSL255º2.44%67.84%-
HSV(B)255º2.29%68.63%-
XYZ39.3140.9946.4-
YUV171.76129.83128.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=33.20%
G=33.01%
B=33.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721711750.020.0200.312552.4467.84
HexACABAF2201Fff244
Octal254253257220373772104
Binary101011001010101110101111101001111111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABAF; }

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

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

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

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

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

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

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

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