#99857C

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

Shades of Almond Frost #99857C

Tints of Almond Frost #99857C

Color information

#99857C (or 0x99857C) is unknown color: approx Almond Frost. HEX triplet: 99, 85 and 7C. RGB value is (153,133,124). Sum of RGB (Red+Green+Blue) = 153+133+124=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99857C is #667A83. Grayscale: #8A8A8A. Windows color (decimal): -6716036 or 8160665. OLE color: 8160665.

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

Color convert

RGB153133124-
CMYK00.130.190.4
HSL18.62º12.45%54.31%-
HSV(B)18.62º18.95%60%-
XYZ25.162522.57-
YUV137.95120.13138.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=37.32%
G=32.44%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313312400.130.190.418.6212.4554.31
Hex99857C0D132813c36
Octal2312051740152350231466
Binary100110011000010111111000110110011101000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99857C; }

 p { color: rgb(153,133,124); }

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

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

 a { background-color: rgb(153,133,124); }

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

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

 span { border-color: rgb(153,133,124); }

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