#998171

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

Shades of Almond Frost #998171

Tints of Almond Frost #998171

Color information

#998171 (or 0x998171) is unknown color: approx Almond Frost. HEX triplet: 99, 81 and 71. RGB value is (153,129,113). Sum of RGB (Red+Green+Blue) = 153+129+113=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #998171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998171 is #667E8E. Grayscale: #868686. Windows color (decimal): -6717071 or 7438745. OLE color: 7438745.

HSL color Cylindrical-coordinate representation of color #998171: hue angle of 24º 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 #998171 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB153129113-
CMYK00.160.260.4
HSL24º16.39%52.16%-
HSV(B)24º26.14%60%-
XYZ23.9723.6718.93-
YUV134.35115.95141.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=38.73%
G=32.66%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312911300.160.260.42416.3952.16
Hex9981710101A28181034
Octal2312011610203250302064
Binary10011001100000011110001010000110101010001100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998171; }

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

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

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

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

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

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

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

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