#9D887F

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

Shades of Almond Frost #9D887F

Tints of Almond Frost #9D887F

Color information

#9D887F (or 0x9D887F) is unknown color: approx Almond Frost. HEX triplet: 9D, 88 and 7F. RGB value is (157,136,127). Sum of RGB (Red+Green+Blue) = 157+136+127=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D887F is #627780. Grayscale: #8D8D8D. Windows color (decimal): -6453121 or 8358045. OLE color: 8358045.

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

Color convert

RGB157136127-
CMYK00.130.190.38
HSL18º13.27%55.69%-
HSV(B)18º19.11%61.57%-
XYZ26.5426.3123.76-
YUV141.25119.96139.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 127 (50% from 255) = 30.24%
R=37.38%
G=32.38%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713612700.130.190.381813.2755.69
Hex9D887F0D132612d38
Octal2352101770152346221570
Binary100111011000100011111110110110011100110100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,127); }

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

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

 a { background-color: rgb(157,136,127); }

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

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

 span { border-color: rgb(157,136,127); }

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