#9D8772

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

Shades of Almond Frost #9D8772

Tints of Almond Frost #9D8772

Color information

#9D8772 (or 0x9D8772) is unknown color: approx Almond Frost. HEX triplet: 9D, 87 and 72. RGB value is (157,135,114). Sum of RGB (Red+Green+Blue) = 157+135+114=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8772 is #62788D. Grayscale: #8B8B8B. Windows color (decimal): -6453390 or 7505821. OLE color: 7505821.

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

Color convert

RGB157135114-
CMYK00.140.270.38
HSL29.3º17.99%53.14%-
HSV(B)29.3º27.39%61.57%-
XYZ25.6125.7119.53-
YUV139.18113.79140.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=38.67%
G=33.25%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713511400.140.270.3829.317.9953.14
Hex9D87720E1B261d1235
Octal2352071620163346352265
Binary1001110110000111111001001110110111001101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,114); }

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

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

 a { background-color: rgb(157,135,114); }

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

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

 span { border-color: rgb(157,135,114); }

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