#9F8A83

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

Shades of Almond Frost #9F8A83

Tints of Almond Frost #9F8A83

Color information

#9F8A83 (or 0x9F8A83) is unknown color: approx Almond Frost. HEX triplet: 9F, 8A and 83. RGB value is (159,138,131). Sum of RGB (Red+Green+Blue) = 159+138+131=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8A83 is #60757C. Grayscale: #8F8F8F. Windows color (decimal): -6321533 or 8620703. OLE color: 8620703.

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

Color convert

RGB159138131-
CMYK00.130.180.38
HSL15º12.73%56.86%-
HSV(B)15º17.61%62.35%-
XYZ27.4827.1925.27-
YUV143.48120.96139.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=37.15%
G=32.24%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913813100.130.180.381512.7356.86
Hex9F8A830D1226fd39
Octal2372122030152246171571
Binary100111111000101010000011011011001010011011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,138,131); }

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

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

 a { background-color: rgb(159,138,131); }

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

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

 span { border-color: rgb(159,138,131); }

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