#9D897C

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

Shades of Almond Frost #9D897C

Tints of Almond Frost #9D897C

Color information

#9D897C (or 0x9D897C) is unknown color: approx Almond Frost. HEX triplet: 9D, 89 and 7C. RGB value is (157,137,124). Sum of RGB (Red+Green+Blue) = 157+137+124=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D897C is #627683. Grayscale: #8D8D8D. Windows color (decimal): -6452868 or 8161693. OLE color: 8161693.

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

Color convert

RGB157137124-
CMYK00.130.210.38
HSL23.64º14.41%55.1%-
HSV(B)23.64º21.02%61.57%-
XYZ26.4926.5122.79-
YUV141.5118.13139.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=37.56%
G=32.78%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713712400.130.210.3823.6414.4155.1
Hex9D897C0D152618e37
Octal2352111740152546301667
Binary100111011000100111111000110110101100110110001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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