#988172

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

Shades of Almond Frost #988172

Tints of Almond Frost #988172

Color information

#988172 (or 0x988172) is unknown color: approx Almond Frost. HEX triplet: 98, 81 and 72. RGB value is (152,129,114). Sum of RGB (Red+Green+Blue) = 152+129+114=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988172 is #677E8D. Grayscale: #868686. Windows color (decimal): -6782606 or 7504280. OLE color: 7504280.

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

Color convert

RGB152129114-
CMYK00.150.250.40
HSL23.68º15.57%52.16%-
HSV(B)23.68º25%59.61%-
XYZ23.8423.5919.22-
YUV134.17116.62140.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=38.48%
G=32.66%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212911400.150.250.4023.6815.5752.16
Hex9881720F1928181034
Octal2302011620173150302064
Binary1001100010000001111001001111110011010001100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988172; }

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

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

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

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

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

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

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

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