#95897F

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

Shades of Almond Frost #95897F

Tints of Almond Frost #95897F

Color information

#95897F (or 0x95897F) is unknown color: approx Almond Frost. HEX triplet: 95, 89 and 7F. RGB value is (149,137,127). Sum of RGB (Red+Green+Blue) = 149+137+127=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #95897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95897F is #6A7680. Grayscale: #8B8B8B. Windows color (decimal): -6977153 or 8358293. OLE color: 8358293.

HSL color Cylindrical-coordinate representation of color #95897F: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95897F is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149137127-
CMYK00.080.150.42
HSL27.27º9.4%54.12%-
HSV(B)27.27º14.77%58.43%-
XYZ25.1725.8123.73-
YUV139.45120.98134.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 127 (50% from 255) = 30.75%
R=36.08%
G=33.17%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913712700.080.150.4227.279.454.12
Hex95897F08F2A1b936
Octal2252111770101752331166
Binary10010101100010011111111010001111101010110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,137,127); }

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

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

 a { background-color: rgb(149,137,127); }

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

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

 span { border-color: rgb(149,137,127); }

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