#988174

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

Shades of Almond Frost #988174

Tints of Almond Frost #988174

Color information

#988174 (or 0x988174) is unknown color: approx Almond Frost. HEX triplet: 98, 81 and 74. RGB value is (152,129,116). Sum of RGB (Red+Green+Blue) = 152+129+116=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988174 is #677E8B. Grayscale: #868686. Windows color (decimal): -6782604 or 7635352. OLE color: 7635352.

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

Color convert

RGB152129116-
CMYK00.150.240.40
HSL21.67º14.88%52.55%-
HSV(B)21.67º23.68%59.61%-
XYZ23.9523.6419.82-
YUV134.39117.62140.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=38.29%
G=32.49%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212911600.150.240.4021.6714.8852.55
Hex9881740F182816f35
Octal2302011640173050261765
Binary100110001000000111101000111111000101000101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988174; }

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

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

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

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

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

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

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

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