#91ABA9

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

Shades of Hit Grey #91ABA9

Tints of Hit Grey #91ABA9

Color information

#91ABA9 (or 0x91ABA9) is unknown color: approx Hit Grey. HEX triplet: 91, AB and A9. RGB value is (145,171,169). Sum of RGB (Red+Green+Blue) = 145+171+169=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #91ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ABA9 is #6E5456. Grayscale: #A2A2A2. Windows color (decimal): -7230551 or 11119505. OLE color: 11119505.

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

Color convert

RGB145171169-
CMYK0.1500.010.33
HSL175.38º13.4%61.96%-
HSV(B)175.38º15.2%67.06%-
XYZ33.438.0143.11-
YUV163131.39115.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=29.90%
G=35.26%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451711690.1500.010.33175.3813.461.96
Hex91ABA9F0121afd3e
Octal2212532511701412571576
Binary100100011010101110101001111101100001101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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