#988472

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

Shades of Almond Frost #988472

Tints of Almond Frost #988472

Color information

#988472 (or 0x988472) is unknown color: approx Almond Frost. HEX triplet: 98, 84 and 72. RGB value is (152,132,114). Sum of RGB (Red+Green+Blue) = 152+132+114=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988472 is #677B8D. Grayscale: #888888. Windows color (decimal): -6781838 or 7505048. OLE color: 7505048.

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

Color convert

RGB152132114-
CMYK00.130.250.40
HSL28.42º15.57%52.16%-
HSV(B)28.42º25%59.61%-
XYZ24.2424.3919.35-
YUV135.93115.63139.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=38.19%
G=33.17%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213211400.130.250.4028.4215.5752.16
Hex9884720D19281c1034
Octal2302041620153150342064
Binary1001100010000100111001001101110011010001110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988472; }

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

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

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

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

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

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

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

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