#938A85

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

Shades of Almond Frost #938A85

Tints of Almond Frost #938A85

Color information

#938A85 (or 0x938A85) is unknown color: approx Almond Frost. HEX triplet: 93, 8A and 85. RGB value is (147,138,133). Sum of RGB (Red+Green+Blue) = 147+138+133=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #938A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A85 is #6C757A. Grayscale: #8C8C8C. Windows color (decimal): -7107963 or 8751763. OLE color: 8751763.

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

Color convert

RGB147138133-
CMYK00.060.100.42
HSL21.43º6.09%54.9%-
HSV(B)21.43º9.52%57.65%-
XYZ25.3526.0725.89-
YUV140.12123.98132.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=35.17%
G=33.01%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713813300.060.100.4221.436.0954.9
Hex938A8506A2A15637
Octal22321220506125225667
Binary1001001110001010100001010110101010101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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