#9F897C

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

Shades of Almond Frost #9F897C

Tints of Almond Frost #9F897C

Color information

#9F897C (or 0x9F897C) is unknown color: approx Almond Frost. HEX triplet: 9F, 89 and 7C. RGB value is (159,137,124). Sum of RGB (Red+Green+Blue) = 159+137+124=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F897C is #607683. Grayscale: #8E8E8E. Windows color (decimal): -6321796 or 8161695. OLE color: 8161695.

HSL color Cylindrical-coordinate representation of color #9F897C: hue angle of 22.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F897C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB159137124-
CMYK00.140.220.38
HSL22.29º15.42%55.49%-
HSV(B)22.29º22.01%62.35%-
XYZ26.8826.7222.81-
YUV142.1117.79140.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=37.86%
G=32.62%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913712400.140.220.3822.2915.4255.49
Hex9F897C0E162616f37
Octal2372111740162646261767
Binary100111111000100111111000111010110100110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F897C; }

 p { color: rgb(159,137,124); }

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

<style>
 a { background-color: #9F897C; }

 a { background-color: rgb(159,137,124); }

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

<style>
 span { border-color: #9F897C; }

 span { border-color: rgb(159,137,124); }

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