#9E867C

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

Shades of Almond Frost #9E867C

Tints of Almond Frost #9E867C

Color information

#9E867C (or 0x9E867C) is unknown color: approx Almond Frost. HEX triplet: 9E, 86 and 7C. RGB value is (158,134,124). Sum of RGB (Red+Green+Blue) = 158+134+124=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E867C is #617983. Grayscale: #8C8C8C. Windows color (decimal): -6388100 or 8160926. OLE color: 8160926.

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

Color convert

RGB158134124-
CMYK00.150.220.38
HSL17.65º14.91%55.29%-
HSV(B)17.65º21.52%61.96%-
XYZ26.2625.7722.66-
YUV140.04118.95140.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.98%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=37.98%
G=32.21%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813412400.150.220.3817.6514.9155.29
Hex9E867C0F162612f37
Octal2362061740172646221767
Binary100111101000011011111000111110110100110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,134,124); }

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

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

 a { background-color: rgb(158,134,124); }

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

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

 span { border-color: rgb(158,134,124); }

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