#ACABA7

Color #ACABA7 Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #ACABA7

Tints of Foggy Grey #ACABA7

Color information

#ACABA7 (or 0xACABA7) is unknown color: approx Foggy Grey. HEX triplet: AC, AB and A7. RGB value is (172,171,167). Sum of RGB (Red+Green+Blue) = 172+171+167=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABA7 is #535458. Grayscale: #AAAAAA. Windows color (decimal): -5461081 or 10988460. OLE color: 10988460.

HSL color Cylindrical-coordinate representation of color #ACABA7: hue angle of 48º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACABA7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172171167-
CMYK00.010.030.33
HSL48º2.92%66.47%-
HSV(B)48º2.91%67.45%-
XYZ38.5540.6942.38-
YUV170.84125.83128.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=33.73%
G=33.53%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217116700.010.030.33482.9266.47
HexACABA70132130342
Octal25425324701341603102
Binary1010110010101011101001110111100001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABA7; }

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

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

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

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

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

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

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

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