#998170

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

Shades of Almond Frost #998170

Tints of Almond Frost #998170

Color information

#998170 (or 0x998170) is unknown color: approx Almond Frost. HEX triplet: 99, 81 and 70. RGB value is (153,129,112). Sum of RGB (Red+Green+Blue) = 153+129+112=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #998170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998170 is #667E8F. Grayscale: #868686. Windows color (decimal): -6717072 or 7373209. OLE color: 7373209.

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

Color convert

RGB153129112-
CMYK00.160.270.4
HSL24.88º16.73%51.96%-
HSV(B)24.88º26.8%60%-
XYZ23.9123.6418.63-
YUV134.24115.45141.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=38.83%
G=32.74%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312911200.160.270.424.8816.7351.96
Hex9981700101B28191134
Octal2312011600203350312164
Binary10011001100000011110000010000110111010001100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998170; }

 p { color: rgb(153,129,112); }

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

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

 a { background-color: rgb(153,129,112); }

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

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

 span { border-color: rgb(153,129,112); }

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