#948880

Color #948880 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #948880

Tints of Almond Frost #948880

Color information

#948880 (or 0x948880) is unknown color: approx Almond Frost. HEX triplet: 94, 88 and 80. RGB value is (148,136,128). Sum of RGB (Red+Green+Blue) = 148+136+128=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948880 is #6B777F. Grayscale: #8A8A8A. Windows color (decimal): -7042944 or 8423572. OLE color: 8423572.

HSL color Cylindrical-coordinate representation of color #948880: hue angle of 24º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948880 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148136128-
CMYK00.080.140.42
HSL24º8.55%54.12%-
HSV(B)24º13.51%58.04%-
XYZ24.9125.4624.02-
YUV138.68121.98134.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=35.92%
G=33.01%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813612800.080.140.42248.5554.12
Hex94888008E2A18936
Octal2242102000101652301166
Binary100101001000100010000000010001110101010110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948880; }

 p { color: rgb(148,136,128); }

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

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

 a { background-color: rgb(148,136,128); }

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

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

 span { border-color: rgb(148,136,128); }

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