#95877C

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

Shades of Almond Frost #95877C

Tints of Almond Frost #95877C

Color information

#95877C (or 0x95877C) is unknown color: approx Almond Frost. HEX triplet: 95, 87 and 7C. RGB value is (149,135,124). Sum of RGB (Red+Green+Blue) = 149+135+124=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95877C is #6A7883. Grayscale: #898989. Windows color (decimal): -6977668 or 8161173. OLE color: 8161173.

HSL color Cylindrical-coordinate representation of color #95877C: hue angle of 26.4º 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 #95877C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149135124-
CMYK00.090.170.42
HSL26.4º10.55%53.53%-
HSV(B)26.4º16.78%58.43%-
XYZ24.725.1722.63-
YUV137.93120.14135.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=36.52%
G=33.09%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913512400.090.170.4226.410.5553.53
Hex95877C09112A1ab36
Octal2252071740112152321366
Binary100101011000011111111000100110001101010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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