#9E8878

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

Shades of Almond Frost #9E8878

Tints of Almond Frost #9E8878

Color information

#9E8878 (or 0x9E8878) is unknown color: approx Almond Frost. HEX triplet: 9E, 88 and 78. RGB value is (158,136,120). Sum of RGB (Red+Green+Blue) = 158+136+120=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8878 is #617787. Grayscale: #8C8C8C. Windows color (decimal): -6387592 or 7899294. OLE color: 7899294.

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

Color convert

RGB158136120-
CMYK00.140.240.38
HSL25.26º16.38%54.51%-
HSV(B)25.26º24.05%61.96%-
XYZ26.2926.2321.45-
YUV140.75116.29140.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=38.16%
G=32.85%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813612000.140.240.3825.2616.3854.51
Hex9E88780E1826191037
Octal2362101700163046312067
Binary1001111010001000111100001110110001001101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,136,120); }

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

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

 a { background-color: rgb(158,136,120); }

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

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

 span { border-color: rgb(158,136,120); }

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