#91ACA9

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

Shades of Hit Grey #91ACA9

Tints of Hit Grey #91ACA9

Color information

#91ACA9 (or 0x91ACA9) is unknown color: approx Hit Grey. HEX triplet: 91, AC and A9. RGB value is (145,172,169). Sum of RGB (Red+Green+Blue) = 145+172+169=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 172 - color contains mainly: green. Hex color #91ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ACA9 is #6E5356. Grayscale: #A3A3A3. Windows color (decimal): -7230295 or 11119761. OLE color: 11119761.

HSL color Cylindrical-coordinate representation of color #91ACA9: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91ACA9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB145172169-
CMYK0.1600.020.33
HSL173.33º13.99%62.16%-
HSV(B)173.33º15.7%67.45%-
XYZ33.5938.3943.18-
YUV163.58131.05114.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=29.84%
G=35.39%
B=34.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451721690.1600.020.33173.3313.9962.16
Hex91ACA9100221ade3e
Octal2212542512002412551676
Binary10010001101011001010100110000010100001101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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