#93847C

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

Shades of Almond Frost #93847C

Tints of Almond Frost #93847C

Color information

#93847C (or 0x93847C) is unknown color: approx Almond Frost. HEX triplet: 93, 84 and 7C. RGB value is (147,132,124). Sum of RGB (Red+Green+Blue) = 147+132+124=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #93847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93847C is #6C7B83. Grayscale: #878787. Windows color (decimal): -7109508 or 8160403. OLE color: 8160403.

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

Color convert

RGB147132124-
CMYK00.100.160.42
HSL20.87º9.62%53.14%-
HSV(B)20.87º15.65%57.65%-
XYZ23.9224.1622.47-
YUV135.57121.47136.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=36.48%
G=32.75%
B=30.77%

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
Decimal14713212400.100.160.4220.879.6253.14
Hex93847C0A102A15a35
Octal2232041740122052251265
Binary100100111000010011111000101010000101010101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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