Html Css Color HEX #9D8479 Almond Frost

📋 copy color: '#9D8479'

red 157 ◦ green 132 ◦ blue 121

#9D8479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #9D8479

Tints of Almond Frost #9D8479

RGB

 RED value IS 157 (61.72% from 255) = 38.29%

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 38.29%
G = 32.2%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D8479 (or 0x9D8479) is known color: 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

RGB 157 132 121 -
CMYK 0 0.16 0.23 0.38
HSL 18.33º 0.16% 0.55% -
HSV(B) 18.33º 0.23% 0.62% -
XYZ 25.61 25.05 21.57 -
YUV 138.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 157 132 121 0 0.16 0.23 0.38 18.33 0.16 0.55
Hex 9D 84 79 0 10 17 26 12 10 37
Octal 235 204 171 0 20 27 46 22 20 67
Binary 10011101 10000100 1111001 0 10000 10111 100110 10010 10000 110111

Color Harmonies of #9D8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8479

Black with #9D8479

Text Example


Text Example

White with #9D8479

Text Example


Text Example

HTML Codes & Css Web 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>