#94867B

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

Shades of Almond Frost #94867B

Tints of Almond Frost #94867B

Color information

#94867B (or 0x94867B) is unknown color: approx Almond Frost. HEX triplet: 94, 86 and 7B. RGB value is (148,134,123). Sum of RGB (Red+Green+Blue) = 148+134+123=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #94867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94867B is #6B7984. Grayscale: #888888. Windows color (decimal): -7043461 or 8095380. OLE color: 8095380.

HSL color Cylindrical-coordinate representation of color #94867B: hue angle of 26.4º 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 #94867B is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB148134123-
CMYK00.090.170.42
HSL26.4º10.46%53.14%-
HSV(B)26.4º16.89%58.04%-
XYZ24.3124.7822.24-
YUV136.93120.14135.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=36.54%
G=33.09%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813412300.090.170.4226.410.4653.14
Hex94867B09112A1aa35
Octal2242061730112152321265
Binary100101001000011011110110100110001101010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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