#988A84

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

Shades of Almond Frost #988A84

Tints of Almond Frost #988A84

Color information

#988A84 (or 0x988A84) is unknown color: approx Almond Frost. HEX triplet: 98, 8A and 84. RGB value is (152,138,132). Sum of RGB (Red+Green+Blue) = 152+138+132=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988A84 is #67757B. Grayscale: #8D8D8D. Windows color (decimal): -6780284 or 8686232. OLE color: 8686232.

HSL color Cylindrical-coordinate representation of color #988A84: hue angle of 18º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #988A84 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152138132-
CMYK00.090.130.40
HSL18º8.85%55.69%-
HSV(B)18º13.16%59.61%-
XYZ26.226.5225.57-
YUV141.5122.64135.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=36.02%
G=32.70%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213813200.090.130.40188.8555.69
Hex988A8409D2812938
Octal2302122040111550221170
Binary100110001000101010000100010011101101000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A84; }

 p { color: rgb(152,138,132); }

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

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

 a { background-color: rgb(152,138,132); }

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

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

 span { border-color: rgb(152,138,132); }

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