#99857D

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

Shades of Almond Frost #99857D

Tints of Almond Frost #99857D

Color information

#99857D (or 0x99857D) is unknown color: approx Almond Frost. HEX triplet: 99, 85 and 7D. RGB value is (153,133,125). Sum of RGB (Red+Green+Blue) = 153+133+125=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #99857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99857D is #667A82. Grayscale: #8A8A8A. Windows color (decimal): -6716035 or 8226201. OLE color: 8226201.

HSL color Cylindrical-coordinate representation of color #99857D: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99857D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153133125-
CMYK00.130.180.4
HSL17.14º12.07%54.51%-
HSV(B)17.14º18.3%60%-
XYZ25.2325.0322.9-
YUV138.07120.63138.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=37.23%
G=32.36%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313312500.130.180.417.1412.0754.51
Hex99857D0D122811c37
Octal2312051750152250211467
Binary100110011000010111111010110110010101000100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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