#9D8571

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

Shades of Almond Frost #9D8571

Tints of Almond Frost #9D8571

Color information

#9D8571 (or 0x9D8571) is unknown color: approx Almond Frost. HEX triplet: 9D, 85 and 71. RGB value is (157,133,113). Sum of RGB (Red+Green+Blue) = 157+133+113=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8571 is #627A8E. Grayscale: #8A8A8A. Windows color (decimal): -6453903 or 7439773. OLE color: 7439773.

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

Color convert

RGB157133113-
CMYK00.150.280.38
HSL27.27º18.33%52.94%-
HSV(B)27.27º28.03%61.57%-
XYZ25.2725.1419.14-
YUV137.9113.95141.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=38.96%
G=33.00%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713311300.150.280.3827.2718.3352.94
Hex9D85710F1C261b1235
Octal2352051610173446332265
Binary1001110110000101111000101111111001001101101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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