Html Css Color HEX #928992 Amethyst Smoke

📋 copy color: '#928992'

red 146 ◦ green 137 ◦ blue 146

#928992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #928992

Tints of Amethyst Smoke #928992

RGB

 RED value IS 146 (57.42% from 255) = 34.03%

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 34.03%
G = 31.93%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#928992 (or 0x928992) is known color: Amethyst Smoke. HEX triplet: 92, 89 and 92. RGB value is (146,137,146). Sum of RGB (Red+Green+Blue) = 146+137+146=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928992 is #6D766D. Grayscale: #8C8C8C. Windows color (decimal): -7173742 or 9603474. OLE color: 9603474.

HSL color Cylindrical-coordinate representation of color #928992: hue angle of 300º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #928992 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 137 146 -
CMYK 0 0.06 0 0.43
HSL 300º 0.04% 0.55% -
HSV(B) 300º 0.06% 0.57% -
XYZ 25.99 26.08 30.86 -
YUV 140.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 146 137 146 0 0.06 0 0.43 300 0.04 0.55
Hex 92 89 92 0 6 0 2B 12C 4 37
Octal 222 211 222 0 6 0 53 454 4 67
Binary 10010010 10001001 10010010 0 110 0 101011 100101100 100 110111

Color Harmonies of #928992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928992

Black with #928992

Text Example


Text Example

White with #928992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928992; }

 p { color: rgb(146,137,146); }

 H1.HeaderClassName
 {
   color: #928992;
 }
 .AnyTagClassName
 {
   color: #928992;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #928992;
 }
 .BgClassName
 {
   background-color: #928992;
 }
</style>

border-color css

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

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

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