#988576

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

Shades of Almond Frost #988576

Tints of Almond Frost #988576

Color information

#988576 (or 0x988576) is unknown color: approx Almond Frost. HEX triplet: 98, 85 and 76. RGB value is (152,133,118). Sum of RGB (Red+Green+Blue) = 152+133+118=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #988576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988576 is #677A89. Grayscale: #898989. Windows color (decimal): -6781578 or 7767448. OLE color: 7767448.

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

Color convert

RGB152133118-
CMYK00.130.220.40
HSL26.47º14.17%52.94%-
HSV(B)26.47º22.37%59.61%-
XYZ24.6124.7620.62-
YUV136.97117.29138.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=37.72%
G=33.00%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213311800.130.220.4026.4714.1752.94
Hex9885760D16281ae35
Octal2302051660152650321665
Binary100110001000010111101100110110110101000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988576; }

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

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

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

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

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

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

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

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