#998A79

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

Shades of Almond Frost #998A79

Tints of Almond Frost #998A79

Color information

#998A79 (or 0x998A79) is unknown color: approx Almond Frost. HEX triplet: 99, 8A and 79. RGB value is (153,138,121). Sum of RGB (Red+Green+Blue) = 153+138+121=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #998A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A79 is #667586. Grayscale: #8C8C8C. Windows color (decimal): -6714759 or 7965337. OLE color: 7965337.

HSL color Cylindrical-coordinate representation of color #998A79: hue angle of 31.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998A79 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153138121-
CMYK00.100.210.4
HSL31.88º13.56%53.73%-
HSV(B)31.88º20.92%60%-
XYZ25.6826.3321.82-
YUV140.55116.97136.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=37.14%
G=33.50%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313812100.100.210.431.8813.5653.73
Hex998A790A152820e36
Octal2312121710122550401666
Binary1001100110001010111100101010101011010001000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A79; }

 p { color: rgb(153,138,121); }

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

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

 a { background-color: rgb(153,138,121); }

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

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

 span { border-color: rgb(153,138,121); }

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