#9F8270

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

Shades of Almond Frost #9F8270

Tints of Almond Frost #9F8270

Color information

#9F8270 (or 0x9F8270) is unknown color: approx Almond Frost. HEX triplet: 9F, 82 and 70. RGB value is (159,130,112). Sum of RGB (Red+Green+Blue) = 159+130+112=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8270 is #607D8F. Grayscale: #888888. Windows color (decimal): -6323600 or 7373471. OLE color: 7373471.

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

Color convert

RGB159130112-
CMYK00.180.300.38
HSL22.98º19.67%53.14%-
HSV(B)22.98º29.56%62.35%-
XYZ25.2124.5118.73-
YUV136.62114.11143.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=39.65%
G=32.42%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913011200.180.300.3822.9819.6753.14
Hex9F82700121E26171435
Octal2372021600223646272465
Binary10011111100000101110000010010111101001101011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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