#98857D

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

Shades of Almond Frost #98857D

Tints of Almond Frost #98857D

Color information

#98857D (or 0x98857D) is unknown color: approx Almond Frost. HEX triplet: 98, 85 and 7D. RGB value is (152,133,125). Sum of RGB (Red+Green+Blue) = 152+133+125=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98857D is #677A82. Grayscale: #898989. Windows color (decimal): -6781571 or 8226200. OLE color: 8226200.

HSL color Cylindrical-coordinate representation of color #98857D: hue angle of 17.78º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98857D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152133125-
CMYK00.130.180.40
HSL17.78º11.59%54.31%-
HSV(B)17.78º17.76%59.61%-
XYZ25.0424.9322.89-
YUV137.77120.79138.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=37.07%
G=32.44%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213312500.130.180.4017.7811.5954.31
Hex98857D0D122812c36
Octal2302051750152250221466
Binary100110001000010111111010110110010101000100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98857D; }

 p { color: rgb(152,133,125); }

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

<style>
 a { background-color: #98857D; }

 a { background-color: rgb(152,133,125); }

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

<style>
 span { border-color: #98857D; }

 span { border-color: rgb(152,133,125); }

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