#8F8B88

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

Shades of Almond Frost #8F8B88

Tints of Almond Frost #8F8B88

Color information

#8F8B88 (or 0x8F8B88) is unknown color: approx Almond Frost. HEX triplet: 8F, 8B and 88. RGB value is (143,139,136). Sum of RGB (Red+Green+Blue) = 143+139+136=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8B88 is #707477. Grayscale: #8B8B8B. Windows color (decimal): -7369848 or 8948623. OLE color: 8948623.

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

Color convert

RGB143139136-
CMYK00.030.050.44
HSL25.71º3.03%54.71%-
HSV(B)25.71º4.9%56.08%-
XYZ2526.0827.01-
YUV139.85125.83130.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=34.21%
G=33.25%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313913600.030.050.4425.713.0354.71
Hex8F8B880352C1a337
Octal2172132100355432367
Binary1000111110001011100010000111011011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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