#93857E

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

Shades of Almond Frost #93857E

Tints of Almond Frost #93857E

Color information

#93857E (or 0x93857E) is unknown color: approx Almond Frost. HEX triplet: 93, 85 and 7E. RGB value is (147,133,126). Sum of RGB (Red+Green+Blue) = 147+133+126=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #93857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93857E is #6C7A81. Grayscale: #888888. Windows color (decimal): -7109250 or 8291731. OLE color: 8291731.

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

Color convert

RGB147133126-
CMYK00.100.140.42
HSL20º8.86%53.53%-
HSV(B)20º14.29%57.65%-
XYZ24.1924.4823.19-
YUV136.39122.14135.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=36.21%
G=32.76%
B=31.03%

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
Decimal14713312600.100.140.42208.8653.53
Hex93857E0AE2A14936
Octal2232051760121652241166
Binary10010011100001011111110010101110101010101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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