#9F8575

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

Shades of Almond Frost #9F8575

Tints of Almond Frost #9F8575

Color information

#9F8575 (or 0x9F8575) is unknown color: approx Almond Frost. HEX triplet: 9F, 85 and 75. RGB value is (159,133,117). Sum of RGB (Red+Green+Blue) = 159+133+117=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8575 is #607A8A. Grayscale: #8B8B8B. Windows color (decimal): -6322827 or 7701919. OLE color: 7701919.

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

Color convert

RGB159133117-
CMYK00.160.260.38
HSL22.86º17.95%54.12%-
HSV(B)22.86º26.42%62.35%-
XYZ25.925.4320.37-
YUV138.95115.61142.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=38.88%
G=32.52%
B=28.61%

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
Decimal15913311700.160.260.3822.8617.9554.12
Hex9F85750101A26171236
Octal2372051650203246272266
Binary10011111100001011110101010000110101001101011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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