#9F887A

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

Shades of Almond Frost #9F887A

Tints of Almond Frost #9F887A

Color information

#9F887A (or 0x9F887A) is unknown color: approx Almond Frost. HEX triplet: 9F, 88 and 7A. RGB value is (159,136,122). Sum of RGB (Red+Green+Blue) = 159+136+122=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F887A is #607785. Grayscale: #8D8D8D. Windows color (decimal): -6322054 or 8030367. OLE color: 8030367.

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

Color convert

RGB159136122-
CMYK00.140.230.38
HSL22.7º16.16%55.1%-
HSV(B)22.7º23.27%62.35%-
XYZ26.6226.3822.1-
YUV141.28117.12140.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=38.13%
G=32.61%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913612200.140.230.3822.716.1655.1
Hex9F887A0E1726171037
Octal2372101720162746272067
Binary1001111110001000111101001110101111001101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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