#94847C

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

Shades of Almond Frost #94847C

Tints of Almond Frost #94847C

Color information

#94847C (or 0x94847C) is unknown color: approx Almond Frost. HEX triplet: 94, 84 and 7C. RGB value is (148,132,124). Sum of RGB (Red+Green+Blue) = 148+132+124=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94847C is #6B7B83. Grayscale: #878787. Windows color (decimal): -7043972 or 8160404. OLE color: 8160404.

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

Color convert

RGB148132124-
CMYK00.110.160.42
HSL20º10.08%53.33%-
HSV(B)20º16.22%58.04%-
XYZ24.124.2522.48-
YUV135.87121.3136.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=36.63%
G=32.67%
B=30.69%

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
Decimal14813212400.110.160.422010.0853.33
Hex94847C0B102A14a35
Octal2242041740132052241265
Binary100101001000010011111000101110000101010101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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