#938A82

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

Shades of Almond Frost #938A82

Tints of Almond Frost #938A82

Color information

#938A82 (or 0x938A82) is unknown color: approx Almond Frost. HEX triplet: 93, 8A and 82. RGB value is (147,138,130). Sum of RGB (Red+Green+Blue) = 147+138+130=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #938A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A82 is #6C757D. Grayscale: #8B8B8B. Windows color (decimal): -7107966 or 8555155. OLE color: 8555155.

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

Color convert

RGB147138130-
CMYK00.060.120.42
HSL28.24º7.3%54.31%-
HSV(B)28.24º11.56%57.65%-
XYZ25.1525.9924.81-
YUV139.78122.48133.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=35.42%
G=33.25%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713813000.060.120.4228.247.354.31
Hex938A8206C2A1c736
Octal22321220206145234766
Binary1001001110001010100000100110110010101011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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