Html Css Color HEX #928F92 Amethyst Smoke

📋 copy color: '#928F92'

red 146 ◦ green 143 ◦ blue 146

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

Shades of Amethyst Smoke #928F92

Tints of Amethyst Smoke #928F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.87%

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

R = 33.56%
G = 32.87%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#928F92 (or 0x928F92) is known color: Amethyst Smoke. HEX triplet: 92, 8F and 92. RGB value is (146,143,146). Sum of RGB (Red+Green+Blue) = 146+143+146=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928F92 is #6D706D. Grayscale: #909090. Windows color (decimal): -7172206 or 9605010. OLE color: 9605010.

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

Color convert

RGB 146 143 146 -
CMYK 0 0.02 0 0.43
HSL 300º 0.01% 0.57% -
HSV(B) 300º 0.02% 0.57% -
XYZ 26.86 27.83 31.15 -
YUV 144.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 146 143 146 0 0.02 0 0.43 300 0.01 0.57
Hex 92 8F 92 0 2 0 2B 12C 1 39
Octal 222 217 222 0 2 0 53 454 1 71
Binary 10010010 10001111 10010010 0 10 0 101011 100101100 1 111001

Color Harmonies of #928F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928F92

Black with #928F92

Text Example


Text Example

White with #928F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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