Html Css Color HEX #9E8B7A Almond Frost

📋 copy color: '#9E8B7A'

red 158 ◦ green 139 ◦ blue 122

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

Shades of Almond Frost #9E8B7A

Tints of Almond Frost #9E8B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 37.71%
G = 33.17%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E8B7A (or 0x9E8B7A) is known color: Almond Frost. HEX triplet: 9E, 8B and 7A. RGB value is (158,139,122). Sum of RGB (Red+Green+Blue) = 158+139+122=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B7A is #617485. Grayscale: #8E8E8E. Windows color (decimal): -6386822 or 8031134. OLE color: 8031134.

HSL color Cylindrical-coordinate representation of color #9E8B7A: hue angle of 28.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 #9E8B7A is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 139 122 -
CMYK 0 0.12 0.23 0.38
HSL 28.33º 0.16% 0.55% -
HSV(B) 28.33º 0.23% 0.62% -
XYZ 26.85 27.14 22.24 -
YUV 142.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 158 139 122 0 0.12 0.23 0.38 28.33 0.16 0.55
Hex 9E 8B 7A 0 C 17 26 1C 10 37
Octal 236 213 172 0 14 27 46 34 20 67
Binary 10011110 10001011 1111010 0 1100 10111 100110 11100 10000 110111

Color Harmonies of #9E8B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8B7A

Black with #9E8B7A

Text Example


Text Example

White with #9E8B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,139,122); }

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

background-color css

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

 a { background-color: rgb(158,139,122); }

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

border-color css

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

 span { border-color: rgb(158,139,122); }

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