#98897B

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

Shades of Almond Frost #98897B

Tints of Almond Frost #98897B

Color information

#98897B (or 0x98897B) is unknown color: approx Almond Frost. HEX triplet: 98, 89 and 7B. RGB value is (152,137,123). Sum of RGB (Red+Green+Blue) = 152+137+123=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #98897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98897B is #677684. Grayscale: #8B8B8B. Windows color (decimal): -6780549 or 8096152. OLE color: 8096152.

HSL color Cylindrical-coordinate representation of color #98897B: hue angle of 28.97º 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 #98897B is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152137123-
CMYK00.100.190.40
HSL28.97º12.34%53.92%-
HSV(B)28.97º19.08%59.61%-
XYZ25.472622.41-
YUV139.89118.47136.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=36.89%
G=33.25%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213712300.100.190.4028.9712.3453.92
Hex98897B0A13281dc36
Octal2302111730122350351466
Binary100110001000100111110110101010011101000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98897B; }

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

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

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

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

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

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

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

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