#9D8D83

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

Shades of Almond Frost #9D8D83

Tints of Almond Frost #9D8D83

Color information

#9D8D83 (or 0x9D8D83) is unknown color: approx Almond Frost. HEX triplet: 9D, 8D and 83. RGB value is (157,141,131). Sum of RGB (Red+Green+Blue) = 157+141+131=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D83 is #62727C. Grayscale: #909090. Windows color (decimal): -6451837 or 8621469. OLE color: 8621469.

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

Color convert

RGB157141131-
CMYK00.100.170.38
HSL23.08º11.71%56.47%-
HSV(B)23.08º16.56%61.57%-
XYZ27.5327.8625.4-
YUV144.64120.3136.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=36.60%
G=32.87%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714113100.100.170.3823.0811.7156.47
Hex9D8D830A112617c38
Octal2352152030122146271470
Binary1001110110001101100000110101010001100110101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,131); }

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

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

 a { background-color: rgb(157,141,131); }

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

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

 span { border-color: rgb(157,141,131); }

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