#91ADAA

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

Shades of Hit Grey #91ADAA

Tints of Hit Grey #91ADAA

Color information

#91ADAA (or 0x91ADAA) is unknown color: approx Hit Grey. HEX triplet: 91, AD and AA. RGB value is (145,173,170). Sum of RGB (Red+Green+Blue) = 145+173+170=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #91ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ADAA is #6E5255. Grayscale: #A4A4A4. Windows color (decimal): -7230038 or 11185553. OLE color: 11185553.

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

Color convert

RGB145173170-
CMYK0.1600.020.32
HSL173.57º14.58%62.35%-
HSV(B)173.57º16.18%67.84%-
XYZ33.8838.8143.74-
YUV164.29131.22114.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=29.71%
G=35.45%
B=34.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451731700.1600.020.32173.5714.5862.35
Hex91ADAA100220aef3e
Octal2212552522002402561776
Binary10010001101011011010101010000010100000101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,173,170); }

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

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

 a { background-color: rgb(145,173,170); }

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

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

 span { border-color: rgb(145,173,170); }

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