#98897E

Color #98897E Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #98897E

Tints of Almond Frost #98897E

Color information

#98897E (or 0x98897E) is unknown color: approx Almond Frost. HEX triplet: 98, 89 and 7E. RGB value is (152,137,126). Sum of RGB (Red+Green+Blue) = 152+137+126=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #98897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98897E is #677681. Grayscale: #8C8C8C. Windows color (decimal): -6780546 or 8292760. OLE color: 8292760.

HSL color Cylindrical-coordinate representation of color #98897E: hue angle of 25.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98897E is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB152137126-
CMYK00.100.170.40
HSL25.38º11.21%54.51%-
HSV(B)25.38º17.11%59.61%-
XYZ25.6626.0723.42-
YUV140.23119.97136.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=36.63%
G=33.01%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213712600.100.170.4025.3811.2154.51
Hex98897E0A112819b37
Octal2302111760122150311367
Binary100110001000100111111100101010001101000110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98897E; }

 p { color: rgb(152,137,126); }

 H1.HeaderClassName
 {
   color: #98897E;
 }
 .AnyTagClassName
 {
   color: #98897E;
 }
</style>
background-color css

<style>
 a { background-color: #98897E; }

 a { background-color: rgb(152,137,126); }

 div.DivClassName
 {
   background-color: #98897E;
 }
 .BgClassName
 {
   background-color: #98897E;
 }
</style>
border-color css

<style>
 span { border-color: #98897E; }

 span { border-color: rgb(152,137,126); }

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