#9F8272

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

Shades of Almond Frost #9F8272

Tints of Almond Frost #9F8272

Color information

#9F8272 (or 0x9F8272) is unknown color: approx Almond Frost. HEX triplet: 9F, 82 and 72. RGB value is (159,130,114). Sum of RGB (Red+Green+Blue) = 159+130+114=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8272 is #607D8D. Grayscale: #888888. Windows color (decimal): -6323598 or 7504543. OLE color: 7504543.

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

Color convert

RGB159130114-
CMYK00.180.280.38
HSL21.33º18.99%53.53%-
HSV(B)21.33º28.3%62.35%-
XYZ25.3224.5519.32-
YUV136.85115.11143.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=39.45%
G=32.26%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913011400.180.280.3821.3318.9953.53
Hex9F82720121C26151336
Octal2372021620223446252366
Binary10011111100000101110010010010111001001101010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,114); }

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

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

 a { background-color: rgb(159,130,114); }

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

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

 span { border-color: rgb(159,130,114); }

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