Html Css Color HEX #9E857B Almond Frost

📋 copy color: '#9E857B'

red 158 ◦ green 133 ◦ blue 123

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

Shades of Almond Frost #9E857B

Tints of Almond Frost #9E857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 38.16%
G = 32.13%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E857B (or 0x9E857B) is known color: Almond Frost. HEX triplet: 9E, 85 and 7B. RGB value is (158,133,123). Sum of RGB (Red+Green+Blue) = 158+133+123=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E857B is #617A84. Grayscale: #8B8B8B. Windows color (decimal): -6388357 or 8095134. OLE color: 8095134.

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

Color convert

RGB 158 133 123 -
CMYK 0 0.16 0.22 0.38
HSL 17.14º 0.15% 0.55% -
HSV(B) 17.14º 0.22% 0.62% -
XYZ 26.06 25.47 22.28 -
YUV 139.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 158 133 123 0 0.16 0.22 0.38 17.14 0.15 0.55
Hex 9E 85 7B 0 10 16 26 11 F 37
Octal 236 205 173 0 20 26 46 21 17 67
Binary 10011110 10000101 1111011 0 10000 10110 100110 10001 1111 110111

Color Harmonies of #9E857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E857B

Black with #9E857B

Text Example


Text Example

White with #9E857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,133,123); }

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

background-color css

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

 a { background-color: rgb(158,133,123); }

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

border-color css

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

 span { border-color: rgb(158,133,123); }

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