Html Css Color HEX #9E8477 Almond Frost

📋 copy color: '#9E8477'

red 158 ◦ green 132 ◦ blue 119

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

Shades of Almond Frost #9E8477

Tints of Almond Frost #9E8477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 38.63%
G = 32.27%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E8477 (or 0x9E8477) is known color: Almond Frost. HEX triplet: 9E, 84 and 77. RGB value is (158,132,119). Sum of RGB (Red+Green+Blue) = 158+132+119=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8477 is #617B88. Grayscale: #8A8A8A. Windows color (decimal): -6388617 or 7832734. OLE color: 7832734.

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

Color convert

RGB 158 132 119 -
CMYK 0 0.16 0.25 0.38
HSL 20º 0.17% 0.54% -
HSV(B) 20º 0.25% 0.62% -
XYZ 25.68 25.1 20.94 -
YUV 138.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 158 132 119 0 0.16 0.25 0.38 20 0.17 0.54
Hex 9E 84 77 0 10 19 26 14 11 36
Octal 236 204 167 0 20 31 46 24 21 66
Binary 10011110 10000100 1110111 0 10000 11001 100110 10100 10001 110110

Color Harmonies of #9E8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8477

Black with #9E8477

Text Example


Text Example

White with #9E8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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