#94857E

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

Shades of Almond Frost #94857E

Tints of Almond Frost #94857E

Color information

#94857E (or 0x94857E) is unknown color: approx Almond Frost. HEX triplet: 94, 85 and 7E. RGB value is (148,133,126). Sum of RGB (Red+Green+Blue) = 148+133+126=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #94857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94857E is #6B7A81. Grayscale: #888888. Windows color (decimal): -7043714 or 8291732. OLE color: 8291732.

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

Color convert

RGB148133126-
CMYK00.100.150.42
HSL19.09º9.32%53.73%-
HSV(B)19.09º14.86%58.04%-
XYZ24.3724.5823.2-
YUV136.69121.97136.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=36.36%
G=32.68%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813312600.100.150.4219.099.3253.73
Hex94857E0AF2A13936
Octal2242051760121752231166
Binary10010100100001011111110010101111101010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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