#998372

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

Shades of Almond Frost #998372

Tints of Almond Frost #998372

Color information

#998372 (or 0x998372) is unknown color: approx Almond Frost. HEX triplet: 99, 83 and 72. RGB value is (153,131,114). Sum of RGB (Red+Green+Blue) = 153+131+114=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998372 is #667C8D. Grayscale: #878787. Windows color (decimal): -6716558 or 7504793. OLE color: 7504793.

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

Color convert

RGB153131114-
CMYK00.140.250.4
HSL26.15º16.05%52.35%-
HSV(B)26.15º25.49%60%-
XYZ24.2924.2219.31-
YUV135.64115.79140.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=38.44%
G=32.91%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313111400.140.250.426.1516.0552.35
Hex9983720E19281a1034
Octal2312031620163150322064
Binary1001100110000011111001001110110011010001101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998372; }

 p { color: rgb(153,131,114); }

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

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

 a { background-color: rgb(153,131,114); }

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

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

 span { border-color: rgb(153,131,114); }

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