#988574

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

Shades of Almond Frost #988574

Tints of Almond Frost #988574

Color information

#988574 (or 0x988574) is unknown color: approx Almond Frost. HEX triplet: 98, 85 and 74. RGB value is (152,133,116). Sum of RGB (Red+Green+Blue) = 152+133+116=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #988574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988574 is #677A8B. Grayscale: #888888. Windows color (decimal): -6781580 or 7636376. OLE color: 7636376.

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

Color convert

RGB152133116-
CMYK00.130.240.40
HSL28.33º14.88%52.55%-
HSV(B)28.33º23.68%59.61%-
XYZ24.4924.7120-
YUV136.74116.29138.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=37.91%
G=33.17%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213311600.130.240.4028.3314.8852.55
Hex9885740D18281cf35
Octal2302051640153050341765
Binary100110001000010111101000110111000101000111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988574; }

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

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

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

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

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

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

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

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