#9F8478

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

Shades of Almond Frost #9F8478

Tints of Almond Frost #9F8478

Color information

#9F8478 (or 0x9F8478) is unknown color: approx Almond Frost. HEX triplet: 9F, 84 and 78. RGB value is (159,132,120). Sum of RGB (Red+Green+Blue) = 159+132+120=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8478 is #607B87. Grayscale: #8A8A8A. Windows color (decimal): -6323080 or 7898271. OLE color: 7898271.

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

Color convert

RGB159132120-
CMYK00.170.250.38
HSL18.46º16.88%54.71%-
HSV(B)18.46º24.53%62.35%-
XYZ25.9425.2321.27-
YUV138.7117.45142.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=38.69%
G=32.12%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913212000.170.250.3818.4616.8854.71
Hex9F84780111926121137
Octal2372041700213146222167
Binary10011111100001001111000010001110011001101001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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