#8F8884

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

Shades of Almond Frost #8F8884

Tints of Almond Frost #8F8884

Color information

#8F8884 (or 0x8F8884) is unknown color: approx Almond Frost. HEX triplet: 8F, 88 and 84. RGB value is (143,136,132). Sum of RGB (Red+Green+Blue) = 143+136+132=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8884 is #70777B. Grayscale: #898989. Windows color (decimal): -7370620 or 8685711. OLE color: 8685711.

HSL color Cylindrical-coordinate representation of color #8F8884: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F8884 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143136132-
CMYK00.050.080.44
HSL21.82º4.68%53.92%-
HSV(B)21.82º7.69%56.08%-
XYZ24.325.1125.4-
YUV137.64124.82131.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=34.79%
G=33.09%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313613200.050.080.4421.824.6853.92
Hex8F88840582C16536
Octal21721020405105426566
Binary1000111110001000100001000101100010110010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8884; }

 p { color: rgb(143,136,132); }

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

<style>
 a { background-color: #8F8884; }

 a { background-color: rgb(143,136,132); }

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

<style>
 span { border-color: #8F8884; }

 span { border-color: rgb(143,136,132); }

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