#948595

Color #948595 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #948595

Tints of Amethyst Smoke #948595

Color information

#948595 (or 0x948595) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 85 and 95. RGB value is (148,133,149). Sum of RGB (Red+Green+Blue) = 148+133+149=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #948595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948595 is #6B7A6A. Grayscale: #8B8B8B. Windows color (decimal): -7043691 or 9799060. OLE color: 9799060.

HSL color Cylindrical-coordinate representation of color #948595: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948595 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148133149-
CMYK0.010.1100.42
HSL296.25º7.02%55.29%-
HSV(B)296.25º10.74%58.43%-
XYZ26.0325.2431.93-
YUV139.31133.47134.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=34.42%
G=30.93%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481331490.010.1100.42296.257.0255.29
Hex9485951B02A128737
Octal224205225113052450767
Binary100101001000010110010101110110101010100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948595; }

 p { color: rgb(148,133,149); }

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

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

 a { background-color: rgb(148,133,149); }

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

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

 span { border-color: rgb(148,133,149); }

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