#9D887E

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

Shades of Almond Frost #9D887E

Tints of Almond Frost #9D887E

Color information

#9D887E (or 0x9D887E) is unknown color: approx Almond Frost. HEX triplet: 9D, 88 and 7E. RGB value is (157,136,126). Sum of RGB (Red+Green+Blue) = 157+136+126=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D887E is #627781. Grayscale: #8D8D8D. Windows color (decimal): -6453122 or 8292509. OLE color: 8292509.

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

Color convert

RGB157136126-
CMYK00.130.200.38
HSL19.35º13.66%55.49%-
HSV(B)19.35º19.75%61.57%-
XYZ26.4726.2823.42-
YUV141.14119.46139.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=37.47%
G=32.46%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713612600.130.200.3819.3513.6655.49
Hex9D887E0D142613e37
Octal2352101760152446231667
Binary100111011000100011111100110110100100110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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