#99897D

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

Shades of Almond Frost #99897D

Tints of Almond Frost #99897D

Color information

#99897D (or 0x99897D) is unknown color: approx Almond Frost. HEX triplet: 99, 89 and 7D. RGB value is (153,137,125). Sum of RGB (Red+Green+Blue) = 153+137+125=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #99897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99897D is #667682. Grayscale: #8C8C8C. Windows color (decimal): -6715011 or 8227225. OLE color: 8227225.

HSL color Cylindrical-coordinate representation of color #99897D: hue angle of 25.71º 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 #99897D is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153137125-
CMYK00.100.180.4
HSL25.71º12.07%54.51%-
HSV(B)25.71º18.3%60%-
XYZ25.7826.1423.09-
YUV140.42119.3136.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=36.87%
G=33.01%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313712500.100.180.425.7112.0754.51
Hex99897D0A12281ac37
Octal2312111750122250321467
Binary100110011000100111111010101010010101000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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