#96ACA8

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

Shades of Hit Grey #96ACA8

Tints of Hit Grey #96ACA8

Color information

#96ACA8 (or 0x96ACA8) is unknown color: approx Hit Grey. HEX triplet: 96, AC and A8. RGB value is (150,172,168). Sum of RGB (Red+Green+Blue) = 150+172+168=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #96ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACA8 is #695357. Grayscale: #A4A4A4. Windows color (decimal): -6902616 or 11054230. OLE color: 11054230.

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

Color convert

RGB150172168-
CMYK0.1300.020.33
HSL169.09º11.7%63.14%-
HSV(B)169.09º12.79%67.45%-
XYZ34.438.8242.73-
YUV164.97129.71117.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 168 (66.02% from 255) = 34.29%
R=30.61%
G=35.10%
B=34.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721680.1300.020.33169.0911.763.14
Hex96ACA8D0221a9c3f
Octal2262542501502412511477
Binary1001011010101100101010001101010100001101010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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