#9D8978

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

Shades of Almond Frost #9D8978

Tints of Almond Frost #9D8978

Color information

#9D8978 (or 0x9D8978) is unknown color: approx Almond Frost. HEX triplet: 9D, 89 and 78. RGB value is (157,137,120). Sum of RGB (Red+Green+Blue) = 157+137+120=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8978 is #627687. Grayscale: #8D8D8D. Windows color (decimal): -6452872 or 7899549. OLE color: 7899549.

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

Color convert

RGB157137120-
CMYK00.130.240.38
HSL27.57º15.88%54.31%-
HSV(B)27.57º23.57%61.57%-
XYZ26.2426.4221.48-
YUV141.04116.13139.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=37.92%
G=33.09%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713712000.130.240.3827.5715.8854.31
Hex9D89780D18261c1036
Octal2352111700153046342066
Binary1001110110001001111100001101110001001101110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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