#92ACA9

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

Shades of Hit Grey #92ACA9

Tints of Hit Grey #92ACA9

Color information

#92ACA9 (or 0x92ACA9) is unknown color: approx Hit Grey. HEX triplet: 92, AC and A9. RGB value is (146,172,169). Sum of RGB (Red+Green+Blue) = 146+172+169=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #92ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ACA9 is #6D5356. Grayscale: #A3A3A3. Windows color (decimal): -7164759 or 11119762. OLE color: 11119762.

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

Color convert

RGB146172169-
CMYK0.1500.020.33
HSL173.08º13.54%62.35%-
HSV(B)173.08º15.12%67.45%-
XYZ33.7738.4843.18-
YUV163.88130.89115.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=29.98%
G=35.32%
B=34.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461721690.1500.020.33173.0813.5462.35
Hex92ACA9F0221ade3e
Octal2222542511702412551676
Binary1001001010101100101010011111010100001101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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