#9E8C84

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

Shades of Almond Frost #9E8C84

Tints of Almond Frost #9E8C84

Color information

#9E8C84 (or 0x9E8C84) is unknown color: approx Almond Frost. HEX triplet: 9E, 8C and 84. RGB value is (158,140,132). Sum of RGB (Red+Green+Blue) = 158+140+132=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8C84 is #61737B. Grayscale: #909090. Windows color (decimal): -6386556 or 8686750. OLE color: 8686750.

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

Color convert

RGB158140132-
CMYK00.110.160.38
HSL18.46º11.82%56.86%-
HSV(B)18.46º16.46%61.96%-
XYZ27.6427.6925.72-
YUV144.47120.96137.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=36.74%
G=32.56%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814013200.110.160.3818.4611.8256.86
Hex9E8C840B102612c39
Octal2362142040132046221471
Binary1001111010001100100001000101110000100110100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,132); }

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

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

 a { background-color: rgb(158,140,132); }

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

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

 span { border-color: rgb(158,140,132); }

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