Html Css Color HEX #9D8A78 Almond Frost

📋 copy color: '#9D8A78'

red 157 ◦ green 138 ◦ blue 120

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

Shades of Almond Frost #9D8A78

Tints of Almond Frost #9D8A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 37.83%
G = 33.25%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D8A78 (or 0x9D8A78) is known color: Almond Frost. HEX triplet: 9D, 8A and 78. RGB value is (157,138,120). Sum of RGB (Red+Green+Blue) = 157+138+120=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A78 is #627587. Grayscale: #8D8D8D. Windows color (decimal): -6452616 or 7899805. OLE color: 7899805.

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

Color convert

RGB 157 138 120 -
CMYK 0 0.12 0.24 0.38
HSL 29.19º 0.16% 0.54% -
HSV(B) 29.19º 0.24% 0.62% -
XYZ 26.38 26.7 21.53 -
YUV 141.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 157 138 120 0 0.12 0.24 0.38 29.19 0.16 0.54
Hex 9D 8A 78 0 C 18 26 1D 10 36
Octal 235 212 170 0 14 30 46 35 20 66
Binary 10011101 10001010 1111000 0 1100 11000 100110 11101 10000 110110

Color Harmonies of #9D8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8A78

Black with #9D8A78

Text Example


Text Example

White with #9D8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,120); }

 H1.HeaderClassName
 {
   color: #9D8A78;
 }
 .AnyTagClassName
 {
   color: #9D8A78;
 }
</style>

background-color css

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

 a { background-color: rgb(157,138,120); }

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

border-color css

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

 span { border-color: rgb(157,138,120); }

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