#998173

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

Shades of Almond Frost #998173

Tints of Almond Frost #998173

Color information

#998173 (or 0x998173) is unknown color: approx Almond Frost. HEX triplet: 99, 81 and 73. RGB value is (153,129,115). Sum of RGB (Red+Green+Blue) = 153+129+115=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #998173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998173 is #667E8C. Grayscale: #868686. Windows color (decimal): -6717069 or 7569817. OLE color: 7569817.

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

Color convert

RGB153129115-
CMYK00.160.250.4
HSL22.11º15.7%52.55%-
HSV(B)22.11º24.84%60%-
XYZ24.0823.7119.53-
YUV134.58116.95141.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=38.54%
G=32.49%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312911500.160.250.422.1115.752.55
Hex9981730101928161035
Octal2312011630203150262065
Binary10011001100000011110011010000110011010001011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998173; }

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

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

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

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

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

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

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

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