#988A7B

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

Shades of Almond Frost #988A7B

Tints of Almond Frost #988A7B

Color information

#988A7B (or 0x988A7B) is unknown color: approx Almond Frost. HEX triplet: 98, 8A and 7B. RGB value is (152,138,123). Sum of RGB (Red+Green+Blue) = 152+138+123=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A7B is #677584. Grayscale: #8C8C8C. Windows color (decimal): -6780293 or 8096408. OLE color: 8096408.

HSL color Cylindrical-coordinate representation of color #988A7B: hue angle of 31.03º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #988A7B is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152138123-
CMYK00.090.190.40
HSL31.03º12.34%53.92%-
HSV(B)31.03º19.08%59.61%-
XYZ25.6126.2822.46-
YUV140.48118.14136.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=36.80%
G=33.41%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213812300.090.190.4031.0312.3453.92
Hex988A7B0913281fc36
Octal2302121730112350371466
Binary100110001000101011110110100110011101000111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A7B; }

 p { color: rgb(152,138,123); }

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

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

 a { background-color: rgb(152,138,123); }

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

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

 span { border-color: rgb(152,138,123); }

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