#988370

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

Shades of Almond Frost #988370

Tints of Almond Frost #988370

Color information

#988370 (or 0x988370) is unknown color: approx Almond Frost. HEX triplet: 98, 83 and 70. RGB value is (152,131,112). Sum of RGB (Red+Green+Blue) = 152+131+112=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988370 is #677C8F. Grayscale: #878787. Windows color (decimal): -6782096 or 7373720. OLE color: 7373720.

HSL color Cylindrical-coordinate representation of color #988370: hue angle of 28.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988370 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB152131112-
CMYK00.140.260.40
HSL28.5º16.26%51.76%-
HSV(B)28.5º26.32%59.61%-
XYZ23.9924.0818.71-
YUV135.11114.96140.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=38.48%
G=33.16%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213111200.140.260.4028.516.2651.76
Hex9883700E1A281d1034
Octal2302031600163250352064
Binary1001100010000011111000001110110101010001110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988370; }

 p { color: rgb(152,131,112); }

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

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

 a { background-color: rgb(152,131,112); }

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

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

 span { border-color: rgb(152,131,112); }

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