#9D8479

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

Shades of Almond Frost #9D8479

Tints of Almond Frost #9D8479

Color information

#9D8479 (or 0x9D8479) is unknown color: approx Almond Frost. HEX triplet: 9D, 84 and 79. RGB value is (157,132,121). Sum of RGB (Red+Green+Blue) = 157+132+121=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8479 is #627B86. Grayscale: #8A8A8A. Windows color (decimal): -6454151 or 7963805. OLE color: 7963805.

HSL color Cylindrical-coordinate representation of color #9D8479: hue angle of 18.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D8479 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB157132121-
CMYK00.160.230.38
HSL18.33º15.52%54.51%-
HSV(B)18.33º22.93%61.57%-
XYZ25.6125.0521.57-
YUV138.22118.28141.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=38.29%
G=32.20%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713212100.160.230.3818.3315.5254.51
Hex9D84790101726121037
Octal2352041710202746222067
Binary10011101100001001111001010000101111001101001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,121); }

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

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

 a { background-color: rgb(157,132,121); }

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

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

 span { border-color: rgb(157,132,121); }

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