#94857F

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

Shades of Almond Frost #94857F

Tints of Almond Frost #94857F

Color information

#94857F (or 0x94857F) is unknown color: approx Almond Frost. HEX triplet: 94, 85 and 7F. RGB value is (148,133,127). Sum of RGB (Red+Green+Blue) = 148+133+127=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #94857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94857F is #6B7A80. Grayscale: #888888. Windows color (decimal): -7043713 or 8357268. OLE color: 8357268.

HSL color Cylindrical-coordinate representation of color #94857F: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94857F is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148133127-
CMYK00.100.140.42
HSL17.14º8.94%53.92%-
HSV(B)17.14º14.19%58.04%-
XYZ24.4324.623.54-
YUV136.8122.47135.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 127 (50% from 255) = 31.13%
R=36.27%
G=32.60%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813312700.100.140.4217.148.9453.92
Hex94857F0AE2A11936
Octal2242051770121652211166
Binary10010100100001011111111010101110101010100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94857F; }

 p { color: rgb(148,133,127); }

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

<style>
 a { background-color: #94857F; }

 a { background-color: rgb(148,133,127); }

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

<style>
 span { border-color: #94857F; }

 span { border-color: rgb(148,133,127); }

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