#9F8879

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

Shades of Almond Frost #9F8879

Tints of Almond Frost #9F8879

Color information

#9F8879 (or 0x9F8879) is unknown color: approx Almond Frost. HEX triplet: 9F, 88 and 79. RGB value is (159,136,121). Sum of RGB (Red+Green+Blue) = 159+136+121=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8879 is #607786. Grayscale: #8D8D8D. Windows color (decimal): -6322055 or 7964831. OLE color: 7964831.

HSL color Cylindrical-coordinate representation of color #9F8879: hue angle of 23.68º degrees, saturation: 0.17, 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 #9F8879 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB159136121-
CMYK00.140.240.38
HSL23.68º16.52%54.9%-
HSV(B)23.68º23.9%62.35%-
XYZ26.5526.3621.78-
YUV141.17116.62140.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=38.22%
G=32.69%
B=29.09%

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
Decimal15913612100.140.240.3823.6816.5254.9
Hex9F88790E1826181137
Octal2372101710163046302167
Binary1001111110001000111100101110110001001101100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,121); }

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

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

 a { background-color: rgb(159,136,121); }

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

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

 span { border-color: rgb(159,136,121); }

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