#938A83

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

Shades of Almond Frost #938A83

Tints of Almond Frost #938A83

Color information

#938A83 (or 0x938A83) is unknown color: approx Almond Frost. HEX triplet: 93, 8A and 83. RGB value is (147,138,131). Sum of RGB (Red+Green+Blue) = 147+138+131=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #938A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A83 is #6C757C. Grayscale: #8B8B8B. Windows color (decimal): -7107965 or 8620691. OLE color: 8620691.

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

Color convert

RGB147138131-
CMYK00.060.110.42
HSL26.25º6.9%54.51%-
HSV(B)26.25º10.88%57.65%-
XYZ25.2226.0225.17-
YUV139.89122.98133.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 131 (51.56% from 255) = 31.49%
R=35.34%
G=33.17%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713813100.060.110.4226.256.954.51
Hex938A8306B2A1a737
Octal22321220306135232767
Binary1001001110001010100000110110101110101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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