#9E8D82

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

Shades of Almond Frost #9E8D82

Tints of Almond Frost #9E8D82

Color information

#9E8D82 (or 0x9E8D82) is unknown color: approx Almond Frost. HEX triplet: 9E, 8D and 82. RGB value is (158,141,130). Sum of RGB (Red+Green+Blue) = 158+141+130=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8D82 is #61727D. Grayscale: #909090. Windows color (decimal): -6386302 or 8555934. OLE color: 8555934.

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

Color convert

RGB158141130-
CMYK00.110.180.38
HSL23.57º12.61%56.47%-
HSV(B)23.57º17.72%61.96%-
XYZ27.6527.9325.05-
YUV144.83119.63137.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=36.83%
G=32.87%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814113000.110.180.3823.5712.6156.47
Hex9E8D820B122618d38
Octal2362152020132246301570
Binary1001111010001101100000100101110010100110110001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,141,130); }

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

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

 a { background-color: rgb(158,141,130); }

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

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

 span { border-color: rgb(158,141,130); }

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