#998471

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

Shades of Almond Frost #998471

Tints of Almond Frost #998471

Color information

#998471 (or 0x998471) is unknown color: approx Almond Frost. HEX triplet: 99, 84 and 71. RGB value is (153,132,113). Sum of RGB (Red+Green+Blue) = 153+132+113=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998471 is #667B8E. Grayscale: #888888. Windows color (decimal): -6716303 or 7439513. OLE color: 7439513.

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

Color convert

RGB153132113-
CMYK00.140.260.4
HSL28.5º16.39%52.16%-
HSV(B)28.5º26.14%60%-
XYZ24.3724.4719.06-
YUV136.11114.96140.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=38.44%
G=33.17%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313211300.140.260.428.516.3952.16
Hex9984710E1A281d1034
Octal2312041610163250352064
Binary1001100110000100111000101110110101010001110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998471; }

 p { color: rgb(153,132,113); }

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

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

 a { background-color: rgb(153,132,113); }

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

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

 span { border-color: rgb(153,132,113); }

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