#94887C

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

Shades of Almond Frost #94887C

Tints of Almond Frost #94887C

Color information

#94887C (or 0x94887C) is unknown color: approx Almond Frost. HEX triplet: 94, 88 and 7C. RGB value is (148,136,124). Sum of RGB (Red+Green+Blue) = 148+136+124=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #94887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94887C is #6B7783. Grayscale: #8A8A8A. Windows color (decimal): -7042948 or 8161428. OLE color: 8161428.

HSL color Cylindrical-coordinate representation of color #94887C: hue angle of 30º 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 #94887C is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148136124-
CMYK00.080.160.42
HSL30º10.08%53.33%-
HSV(B)30º16.22%58.04%-
XYZ24.6525.3622.66-
YUV138.22119.98134.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=36.27%
G=33.33%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813612400.080.160.423010.0853.33
Hex94887C08102A1ea35
Octal2242101740102052361265
Binary100101001000100011111000100010000101010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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