#96ACA9

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

Shades of Hit Grey #96ACA9

Tints of Hit Grey #96ACA9

Color information

#96ACA9 (or 0x96ACA9) is unknown color: approx Hit Grey. HEX triplet: 96, AC and A9. RGB value is (150,172,169). Sum of RGB (Red+Green+Blue) = 150+172+169=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #96ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACA9 is #695356. Grayscale: #A5A5A5. Windows color (decimal): -6902615 or 11119766. OLE color: 11119766.

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

Color convert

RGB150172169-
CMYK0.1300.020.33
HSL171.82º11.7%63.14%-
HSV(B)171.82º12.79%67.45%-
XYZ34.4938.8543.22-
YUV165.08130.21117.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=30.55%
G=35.03%
B=34.42%

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
Decimal1501721690.1300.020.33171.8211.763.14
Hex96ACA9D0221acc3f
Octal2262542511502412541477
Binary1001011010101100101010011101010100001101011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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