#9E8777

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

Shades of Almond Frost #9E8777

Tints of Almond Frost #9E8777

Color information

#9E8777 (or 0x9E8777) is unknown color: approx Almond Frost. HEX triplet: 9E, 87 and 77. RGB value is (158,135,119). Sum of RGB (Red+Green+Blue) = 158+135+119=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8777 is #617888. Grayscale: #8C8C8C. Windows color (decimal): -6387849 or 7833502. OLE color: 7833502.

HSL color Cylindrical-coordinate representation of color #9E8777: hue angle of 24.62º 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 #9E8777 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB158135119-
CMYK00.150.250.38
HSL24.62º16.74%54.31%-
HSV(B)24.62º24.68%61.96%-
XYZ26.0925.9321.08-
YUV140.05116.12140.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.35%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=38.35%
G=32.77%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813511900.150.250.3824.6216.7454.31
Hex9E87770F1926191136
Octal2362071670173146312166
Binary1001111010000111111011101111110011001101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,119); }

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

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

 a { background-color: rgb(158,135,119); }

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

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

 span { border-color: rgb(158,135,119); }

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