#96ACAB

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

Shades of Hit Grey #96ACAB

Tints of Hit Grey #96ACAB

Color information

#96ACAB (or 0x96ACAB) is unknown color: approx Hit Grey. HEX triplet: 96, AC and AB. RGB value is (150,172,171). Sum of RGB (Red+Green+Blue) = 150+172+171=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #96ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACAB is #695354. Grayscale: #A5A5A5. Windows color (decimal): -6902613 or 11250838. OLE color: 11250838.

HSL color Cylindrical-coordinate representation of color #96ACAB: hue angle of 177.27º 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 #96ACAB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB150172171-
CMYK0.1300.010.33
HSL177.27º11.7%63.14%-
HSV(B)177.27º12.79%67.45%-
XYZ34.6838.9344.21-
YUV165.31131.21117.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=30.43%
G=34.89%
B=34.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721710.1300.010.33177.2711.763.14
Hex96ACABD0121b1c3f
Octal2262542531501412611477
Binary100101101010110010101011110101100001101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96ACAB; }

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

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

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

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

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

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

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

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