#93857C

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

Shades of Almond Frost #93857C

Tints of Almond Frost #93857C

Color information

#93857C (or 0x93857C) is unknown color: approx Almond Frost. HEX triplet: 93, 85 and 7C. RGB value is (147,133,124). Sum of RGB (Red+Green+Blue) = 147+133+124=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93857C is #6C7A83. Grayscale: #888888. Windows color (decimal): -7109252 or 8160659. OLE color: 8160659.

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

Color convert

RGB147133124-
CMYK00.100.160.42
HSL23.48º9.62%53.14%-
HSV(B)23.48º15.65%57.65%-
XYZ24.0624.4322.52-
YUV136.16121.14135.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=36.39%
G=32.92%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713312400.100.160.4223.489.6253.14
Hex93857C0A102A17a35
Octal2232051740122052271265
Binary100100111000010111111000101010000101010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,133,124); }

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

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

 a { background-color: rgb(147,133,124); }

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

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

 span { border-color: rgb(147,133,124); }

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