#92AAA7

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

Shades of Hit Grey #92AAA7

Tints of Hit Grey #92AAA7

Color information

#92AAA7 (or 0x92AAA7) is unknown color: approx Hit Grey. HEX triplet: 92, AA and A7. RGB value is (146,170,167). Sum of RGB (Red+Green+Blue) = 146+170+167=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #92AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAA7 is #6D5558. Grayscale: #A2A2A2. Windows color (decimal): -7165273 or 10988178. OLE color: 10988178.

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

Color convert

RGB146170167-
CMYK0.1400.020.33
HSL172.5º12.37%61.96%-
HSV(B)172.5º14.12%66.67%-
XYZ33.237.6542.08-
YUV162.48130.55116.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 167 (65.62% from 255) = 34.58%
R=30.23%
G=35.20%
B=34.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461701670.1400.020.33172.512.3761.96
Hex92AAA7E0221acc3e
Octal2222522471602412541476
Binary1001001010101010101001111110010100001101011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AAA7; }

 p { color: rgb(146,170,167); }

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

<style>
 a { background-color: #92AAA7; }

 a { background-color: rgb(146,170,167); }

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

<style>
 span { border-color: #92AAA7; }

 span { border-color: rgb(146,170,167); }

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