#98857C

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

Shades of Almond Frost #98857C

Tints of Almond Frost #98857C

Color information

#98857C (or 0x98857C) is unknown color: approx Almond Frost. HEX triplet: 98, 85 and 7C. RGB value is (152,133,124). Sum of RGB (Red+Green+Blue) = 152+133+124=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98857C is #677A83. Grayscale: #898989. Windows color (decimal): -6781572 or 8160664. OLE color: 8160664.

HSL color Cylindrical-coordinate representation of color #98857C: hue angle of 19.29º 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 #98857C is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152133124-
CMYK00.130.180.40
HSL19.29º11.97%54.12%-
HSV(B)19.29º18.42%59.61%-
XYZ24.9724.9122.56-
YUV137.66120.29138.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=37.16%
G=32.52%
B=30.32%

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
Decimal15213312400.130.180.4019.2911.9754.12
Hex98857C0D122813c36
Octal2302051740152250231466
Binary100110001000010111111000110110010101000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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