#948882

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

Shades of Almond Frost #948882

Tints of Almond Frost #948882

Color information

#948882 (or 0x948882) is unknown color: approx Almond Frost. HEX triplet: 94, 88 and 82. RGB value is (148,136,130). Sum of RGB (Red+Green+Blue) = 148+136+130=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948882 is #6B777D. Grayscale: #8A8A8A. Windows color (decimal): -7042942 or 8554644. OLE color: 8554644.

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

Color convert

RGB148136130-
CMYK00.080.120.42
HSL20º7.76%54.51%-
HSV(B)20º12.16%58.04%-
XYZ25.0525.5224.72-
YUV138.9122.98134.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 130 (51.17% from 255) = 31.40%
R=35.75%
G=32.85%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813613000.080.120.42207.7654.51
Hex94888208C2A14837
Octal2242102020101452241067
Binary100101001000100010000010010001100101010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948882; }

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

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

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

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

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

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

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

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