#9D8D82

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

Shades of Almond Frost #9D8D82

Tints of Almond Frost #9D8D82

Color information

#9D8D82 (or 0x9D8D82) is unknown color: approx Almond Frost. HEX triplet: 9D, 8D and 82. RGB value is (157,141,130). Sum of RGB (Red+Green+Blue) = 157+141+130=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D82 is #62727D. Grayscale: #909090. Windows color (decimal): -6451838 or 8555933. OLE color: 8555933.

HSL color Cylindrical-coordinate representation of color #9D8D82: hue angle of 24.44º 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 #9D8D82 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB157141130-
CMYK00.100.170.38
HSL24.44º12.11%56.27%-
HSV(B)24.44º17.2%61.57%-
XYZ27.4627.8325.04-
YUV144.53119.8136.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=36.68%
G=32.94%
B=30.37%

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
Decimal15714113000.100.170.3824.4412.1156.27
Hex9D8D820A112618c38
Octal2352152020122146301470
Binary1001110110001101100000100101010001100110110001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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