#94847D

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

Shades of Almond Frost #94847D

Tints of Almond Frost #94847D

Color information

#94847D (or 0x94847D) is unknown color: approx Almond Frost. HEX triplet: 94, 84 and 7D. RGB value is (148,132,125). Sum of RGB (Red+Green+Blue) = 148+132+125=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #94847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94847D is #6B7B82. Grayscale: #888888. Windows color (decimal): -7043971 or 8225940. OLE color: 8225940.

HSL color Cylindrical-coordinate representation of color #94847D: hue angle of 18.26º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94847D is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148132125-
CMYK00.110.160.42
HSL18.26º9.7%53.53%-
HSV(B)18.26º15.54%58.04%-
XYZ24.1724.2822.81-
YUV135.99121.8136.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=36.54%
G=32.59%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813212500.110.160.4218.269.753.53
Hex94847D0B102A12a36
Octal2242041750132052221266
Binary100101001000010011111010101110000101010100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94847D; }

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

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

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

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

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

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

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

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