#92ACAB

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

Shades of Hit Grey #92ACAB

Tints of Hit Grey #92ACAB

Color information

#92ACAB (or 0x92ACAB) is unknown color: approx Hit Grey. HEX triplet: 92, AC and AB. RGB value is (146,172,171). Sum of RGB (Red+Green+Blue) = 146+172+171=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #92ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ACAB is #6D5354. Grayscale: #A4A4A4. Windows color (decimal): -7164757 or 11250834. OLE color: 11250834.

HSL color Cylindrical-coordinate representation of color #92ACAB: hue angle of 177.69º degrees, saturation: 0.14, 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 #92ACAB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB146172171-
CMYK0.1500.010.33
HSL177.69º13.54%62.35%-
HSV(B)177.69º15.12%67.45%-
XYZ33.9638.5644.18-
YUV164.11131.89115.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=29.86%
G=35.17%
B=34.97%

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
Decimal1461721710.1500.010.33177.6913.5462.35
Hex92ACABF0121b2e3e
Octal2222542531701412621676
Binary100100101010110010101011111101100001101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,171); }

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

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

 a { background-color: rgb(146,172,171); }

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

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

 span { border-color: rgb(146,172,171); }

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