#98857B

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

Shades of Almond Frost #98857B

Tints of Almond Frost #98857B

Color information

#98857B (or 0x98857B) is unknown color: approx Almond Frost. HEX triplet: 98, 85 and 7B. RGB value is (152,133,123). Sum of RGB (Red+Green+Blue) = 152+133+123=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98857B is #677A84. Grayscale: #898989. Windows color (decimal): -6781573 or 8095128. OLE color: 8095128.

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

Color convert

RGB152133123-
CMYK00.130.190.40
HSL20.69º12.34%53.92%-
HSV(B)20.69º19.08%59.61%-
XYZ24.9124.8822.23-
YUV137.54119.79138.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=37.25%
G=32.60%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213312300.130.190.4020.6912.3453.92
Hex98857B0D132815c36
Octal2302051730152350251466
Binary100110001000010111110110110110011101000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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