#9D8573

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

Shades of Almond Frost #9D8573

Tints of Almond Frost #9D8573

Color information

#9D8573 (or 0x9D8573) is unknown color: approx Almond Frost. HEX triplet: 9D, 85 and 73. RGB value is (157,133,115). Sum of RGB (Red+Green+Blue) = 157+133+115=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8573 is #627A8C. Grayscale: #8A8A8A. Windows color (decimal): -6453901 or 7570845. OLE color: 7570845.

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

Color convert

RGB157133115-
CMYK00.150.270.38
HSL25.71º17.65%53.33%-
HSV(B)25.71º26.75%61.57%-
XYZ25.3925.1819.74-
YUV138.12114.95141.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=38.77%
G=32.84%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713311500.150.270.3825.7117.6553.33
Hex9D85730F1B261a1235
Octal2352051630173346322265
Binary1001110110000101111001101111110111001101101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,115); }

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

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

 a { background-color: rgb(157,133,115); }

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

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

 span { border-color: rgb(157,133,115); }

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