#95867C

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

Shades of Almond Frost #95867C

Tints of Almond Frost #95867C

Color information

#95867C (or 0x95867C) is unknown color: approx Almond Frost. HEX triplet: 95, 86 and 7C. RGB value is (149,134,124). Sum of RGB (Red+Green+Blue) = 149+134+124=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95867C is #6A7983. Grayscale: #898989. Windows color (decimal): -6977924 or 8160917. OLE color: 8160917.

HSL color Cylindrical-coordinate representation of color #95867C: hue angle of 24º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95867C is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149134124-
CMYK00.100.170.42
HSL24º10.55%53.53%-
HSV(B)24º16.78%58.43%-
XYZ24.5624.8922.58-
YUV137.34120.47136.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=36.61%
G=32.92%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913412400.100.170.422410.5553.53
Hex95867C0A112A18b36
Octal2252061740122152301366
Binary100101011000011011111000101010001101010110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95867C; }

 p { color: rgb(149,134,124); }

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

<style>
 a { background-color: #95867C; }

 a { background-color: rgb(149,134,124); }

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

<style>
 span { border-color: #95867C; }

 span { border-color: rgb(149,134,124); }

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