#8FAEAC

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

Shades of Hit Grey #8FAEAC

Tints of Hit Grey #8FAEAC

Color information

#8FAEAC (or 0x8FAEAC) is unknown color: approx Hit Grey. HEX triplet: 8F, AE and AC. RGB value is (143,174,172). Sum of RGB (Red+Green+Blue) = 143+174+172=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEAC is #705153. Grayscale: #A4A4A4. Windows color (decimal): -7360852 or 11316879. OLE color: 11316879.

HSL color Cylindrical-coordinate representation of color #8FAEAC: hue angle of 176.13º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAEAC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB143174172-
CMYK0.1800.010.32
HSL176.13º16.06%62.16%-
HSV(B)176.13º17.82%68.24%-
XYZ33.9139.0944.79-
YUV164.5132.23112.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.24%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=29.24%
G=35.58%
B=35.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741720.1800.010.32176.1316.0662.16
Hex8FAEAC120120b0103e
Octal2172562542201402602076
Binary10001111101011101010110010010011000001011000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FAEAC; }

 p { color: rgb(143,174,172); }

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

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

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

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

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

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

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