#93847A

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

Shades of Almond Frost #93847A

Tints of Almond Frost #93847A

Color information

#93847A (or 0x93847A) is unknown color: approx Almond Frost. HEX triplet: 93, 84 and 7A. RGB value is (147,132,122). Sum of RGB (Red+Green+Blue) = 147+132+122=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93847A is #6C7B85. Grayscale: #878787. Windows color (decimal): -7109510 or 8029331. OLE color: 8029331.

HSL color Cylindrical-coordinate representation of color #93847A: hue angle of 24º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93847A is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB147132122-
CMYK00.100.170.42
HSL24º10.37%52.75%-
HSV(B)24º17.01%57.65%-
XYZ23.824.1121.81-
YUV135.34120.47136.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=36.66%
G=32.92%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713212200.100.170.422410.3752.75
Hex93847A0A112A18a35
Octal2232041720122152301265
Binary100100111000010011110100101010001101010110001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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