#95ACAC

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

Shades of Hit Grey #95ACAC

Tints of Hit Grey #95ACAC

Color information

#95ACAC (or 0x95ACAC) is unknown color: approx Hit Grey. HEX triplet: 95, AC and AC. RGB value is (149,172,172). Sum of RGB (Red+Green+Blue) = 149+172+172=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #95ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ACAC is #6A5353. Grayscale: #A5A5A5. Windows color (decimal): -6968148 or 11316373. OLE color: 11316373.

HSL color Cylindrical-coordinate representation of color #95ACAC: hue angle of 180º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95ACAC is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149172172-
CMYK0.13000.33
HSL180º12.17%62.94%-
HSV(B)180º13.37%67.45%-
XYZ34.5938.8744.71-
YUV165.12131.88116.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=30.22%
G=34.89%
B=34.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721720.13000.3318012.1762.94
Hex95ACACD0021b4c3f
Octal2252542541500412641477
Binary100101011010110010101100110100100001101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ACAC; }

 p { color: rgb(149,172,172); }

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

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

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

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

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

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

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