#948B84

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

Shades of Almond Frost #948B84

Tints of Almond Frost #948B84

Color information

#948B84 (or 0x948B84) is unknown color: approx Almond Frost. HEX triplet: 94, 8B and 84. RGB value is (148,139,132). Sum of RGB (Red+Green+Blue) = 148+139+132=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B84 is #6B747B. Grayscale: #8C8C8C. Windows color (decimal): -7042172 or 8686484. OLE color: 8686484.

HSL color Cylindrical-coordinate representation of color #948B84: hue angle of 26.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 #948B84 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148139132-
CMYK00.060.110.42
HSL26.25º6.96%54.9%-
HSV(B)26.25º10.81%58.04%-
XYZ25.6126.4325.58-
YUV140.89122.98133.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=35.32%
G=33.17%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813913200.060.110.4226.256.9654.9
Hex948B8406B2A1a737
Octal22421320406135232767
Binary1001010010001011100001000110101110101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948B84; }

 p { color: rgb(148,139,132); }

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

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

 a { background-color: rgb(148,139,132); }

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

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

 span { border-color: rgb(148,139,132); }

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