Html Css Color HEX #9E8A82 Almond Frost

📋 copy color: '#9E8A82'

red 158 ◦ green 138 ◦ blue 130

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

Shades of Almond Frost #9E8A82

Tints of Almond Frost #9E8A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 37.09%
G = 32.39%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E8A82 (or 0x9E8A82) is known color: Almond Frost. HEX triplet: 9E, 8A and 82. RGB value is (158,138,130). Sum of RGB (Red+Green+Blue) = 158+138+130=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8A82 is #61757D. Grayscale: #8F8F8F. Windows color (decimal): -6387070 or 8555166. OLE color: 8555166.

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

Color convert

RGB 158 138 130 -
CMYK 0 0.13 0.18 0.38
HSL 17.14º 0.13% 0.56% -
HSV(B) 17.14º 0.18% 0.62% -
XYZ 27.22 27.06 24.91 -
YUV 143.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 158 138 130 0 0.13 0.18 0.38 17.14 0.13 0.56
Hex 9E 8A 82 0 D 12 26 11 D 38
Octal 236 212 202 0 15 22 46 21 15 70
Binary 10011110 10001010 10000010 0 1101 10010 100110 10001 1101 111000

Color Harmonies of #9E8A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8A82

Black with #9E8A82

Text Example


Text Example

White with #9E8A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,138,130); }

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

background-color css

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

 a { background-color: rgb(158,138,130); }

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

border-color css

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

 span { border-color: rgb(158,138,130); }

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