Html Css Color HEX #9E8470 Almond Frost

📋 copy color: '#9E8470'

red 158 ◦ green 132 ◦ blue 112

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

Shades of Almond Frost #9E8470

Tints of Almond Frost #9E8470

RGB

 RED value IS 158 (62.11% from 255) = 39.3%

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

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 39.3%
G = 32.84%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E8470 (or 0x9E8470) is known color: Almond Frost. HEX triplet: 9E, 84 and 70. RGB value is (158,132,112). Sum of RGB (Red+Green+Blue) = 158+132+112=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8470 is #617B8F. Grayscale: #898989. Windows color (decimal): -6388624 or 7373982. OLE color: 7373982.

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

Color convert

RGB 158 132 112 -
CMYK 0 0.16 0.29 0.38
HSL 26.09º 0.19% 0.53% -
HSV(B) 26.09º 0.29% 0.62% -
XYZ 25.28 24.94 18.81 -
YUV 137.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 158 132 112 0 0.16 0.29 0.38 26.09 0.19 0.53
Hex 9E 84 70 0 10 1D 26 1A 13 35
Octal 236 204 160 0 20 35 46 32 23 65
Binary 10011110 10000100 1110000 0 10000 11101 100110 11010 10011 110101

Color Harmonies of #9E8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8470

Black with #9E8470

Text Example


Text Example

White with #9E8470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,132,112); }

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

background-color css

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

 a { background-color: rgb(158,132,112); }

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

border-color css

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

 span { border-color: rgb(158,132,112); }

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