#988170

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

Shades of Almond Frost #988170

Tints of Almond Frost #988170

Color information

#988170 (or 0x988170) is unknown color: approx Almond Frost. HEX triplet: 98, 81 and 70. RGB value is (152,129,112). Sum of RGB (Red+Green+Blue) = 152+129+112=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #988170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988170 is #677E8F. Grayscale: #868686. Windows color (decimal): -6782608 or 7373208. OLE color: 7373208.

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

Color convert

RGB152129112-
CMYK00.150.260.40
HSL25.5º16.26%51.76%-
HSV(B)25.5º26.32%59.61%-
XYZ23.7223.5518.62-
YUV133.94115.62140.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=38.68%
G=32.82%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212911200.150.260.4025.516.2651.76
Hex9881700F1A281a1034
Octal2302011600173250322064
Binary1001100010000001111000001111110101010001101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988170; }

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

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

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

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

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

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

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

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