#938C87

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

Shades of Almond Frost #938C87

Tints of Almond Frost #938C87

Color information

#938C87 (or 0x938C87) is unknown color: approx Almond Frost. HEX triplet: 93, 8C and 87. RGB value is (147,140,135). Sum of RGB (Red+Green+Blue) = 147+140+135=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #938C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938C87 is #6C7378. Grayscale: #8D8D8D. Windows color (decimal): -7107449 or 8883347. OLE color: 8883347.

HSL color Cylindrical-coordinate representation of color #938C87: hue angle of 25º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #938C87 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB147140135-
CMYK00.050.080.42
HSL25º5.26%55.29%-
HSV(B)25º8.16%57.65%-
XYZ25.7826.7126.72-
YUV141.52124.32131.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=34.83%
G=33.18%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714013500.050.080.42255.2655.29
Hex938C870582A19537
Octal22321420705105231567
Binary1001001110001100100001110101100010101011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938C87; }

 p { color: rgb(147,140,135); }

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

<style>
 a { background-color: #938C87; }

 a { background-color: rgb(147,140,135); }

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

<style>
 span { border-color: #938C87; }

 span { border-color: rgb(147,140,135); }

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