#9F8576

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

Shades of Almond Frost #9F8576

Tints of Almond Frost #9F8576

Color information

#9F8576 (or 0x9F8576) is unknown color: approx Almond Frost. HEX triplet: 9F, 85 and 76. RGB value is (159,133,118). Sum of RGB (Red+Green+Blue) = 159+133+118=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8576 is #607A89. Grayscale: #8B8B8B. Windows color (decimal): -6322826 or 7767455. OLE color: 7767455.

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

Color convert

RGB159133118-
CMYK00.160.260.38
HSL21.95º17.6%54.31%-
HSV(B)21.95º25.79%62.35%-
XYZ25.9625.4520.68-
YUV139.06116.11142.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=38.78%
G=32.44%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913311800.160.260.3821.9517.654.31
Hex9F85760101A26161236
Octal2372051660203246262266
Binary10011111100001011110110010000110101001101011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,133,118); }

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

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

 a { background-color: rgb(159,133,118); }

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

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

 span { border-color: rgb(159,133,118); }

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