#9F8578

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

Shades of Almond Frost #9F8578

Tints of Almond Frost #9F8578

Color information

#9F8578 (or 0x9F8578) is unknown color: approx Almond Frost. HEX triplet: 9F, 85 and 78. RGB value is (159,133,120). Sum of RGB (Red+Green+Blue) = 159+133+120=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8578 is #607A87. Grayscale: #8B8B8B. Windows color (decimal): -6322824 or 7898527. OLE color: 7898527.

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

Color convert

RGB159133120-
CMYK00.160.250.38
HSL20º16.88%54.71%-
HSV(B)20º24.53%62.35%-
XYZ26.0825.521.32-
YUV139.29117.11142.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.59%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=38.59%
G=32.28%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913312000.160.250.382016.8854.71
Hex9F85780101926141137
Octal2372051700203146242167
Binary10011111100001011111000010000110011001101010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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