#9D8776

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

Shades of Almond Frost #9D8776

Tints of Almond Frost #9D8776

Color information

#9D8776 (or 0x9D8776) is unknown color: approx Almond Frost. HEX triplet: 9D, 87 and 76. RGB value is (157,135,118). Sum of RGB (Red+Green+Blue) = 157+135+118=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8776 is #627889. Grayscale: #8B8B8B. Windows color (decimal): -6453386 or 7767965. OLE color: 7767965.

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

Color convert

RGB157135118-
CMYK00.140.250.38
HSL26.15º16.6%53.92%-
HSV(B)26.15º24.84%61.57%-
XYZ25.8425.820.76-
YUV139.64115.79140.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=38.29%
G=32.93%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713511800.140.250.3826.1516.653.92
Hex9D87760E19261a1136
Octal2352071660163146322166
Binary1001110110000111111011001110110011001101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,118); }

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

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

 a { background-color: rgb(157,135,118); }

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

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

 span { border-color: rgb(157,135,118); }

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