#94847B

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

Shades of Almond Frost #94847B

Tints of Almond Frost #94847B

Color information

#94847B (or 0x94847B) is unknown color: approx Almond Frost. HEX triplet: 94, 84 and 7B. RGB value is (148,132,123). Sum of RGB (Red+Green+Blue) = 148+132+123=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94847B is #6B7B84. Grayscale: #878787. Windows color (decimal): -7043973 or 8094868. OLE color: 8094868.

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

Color convert

RGB148132123-
CMYK00.110.170.42
HSL21.6º10.46%53.14%-
HSV(B)21.6º16.89%58.04%-
XYZ24.0424.2322.15-
YUV135.76120.8136.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=36.72%
G=32.75%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813212300.110.170.4221.610.4653.14
Hex94847B0B112A16a35
Octal2242041730132152261265
Binary100101001000010011110110101110001101010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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