#99887F

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

Shades of Almond Frost #99887F

Tints of Almond Frost #99887F

Color information

#99887F (or 0x99887F) is unknown color: approx Almond Frost. HEX triplet: 99, 88 and 7F. RGB value is (153,136,127). Sum of RGB (Red+Green+Blue) = 153+136+127=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #99887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99887F is #667780. Grayscale: #8C8C8C. Windows color (decimal): -6715265 or 8358041. OLE color: 8358041.

HSL color Cylindrical-coordinate representation of color #99887F: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99887F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153136127-
CMYK00.110.170.4
HSL20.77º11.3%54.9%-
HSV(B)20.77º16.99%60%-
XYZ25.7725.9123.72-
YUV140.06120.63137.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 127 (50% from 255) = 30.53%
R=36.78%
G=32.69%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313612700.110.170.420.7711.354.9
Hex99887F0B112815b37
Octal2312101770132150251367
Binary100110011000100011111110101110001101000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99887F; }

 p { color: rgb(153,136,127); }

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

<style>
 a { background-color: #99887F; }

 a { background-color: rgb(153,136,127); }

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

<style>
 span { border-color: #99887F; }

 span { border-color: rgb(153,136,127); }

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