#988572

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

Shades of Almond Frost #988572

Tints of Almond Frost #988572

Color information

#988572 (or 0x988572) is unknown color: approx Almond Frost. HEX triplet: 98, 85 and 72. RGB value is (152,133,114). Sum of RGB (Red+Green+Blue) = 152+133+114=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #988572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988572 is #677A8D. Grayscale: #888888. Windows color (decimal): -6781582 or 7505304. OLE color: 7505304.

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

Color convert

RGB152133114-
CMYK00.130.250.40
HSL30º15.57%52.16%-
HSV(B)30º25%59.61%-
XYZ24.3724.6719.4-
YUV136.52115.29139.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

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
Decimal15213311400.130.250.403015.5752.16
Hex9885720D19281e1034
Octal2302051620153150362064
Binary1001100010000101111001001101110011010001111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988572; }

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

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

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

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

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

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

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

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