#95897E

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

Shades of Almond Frost #95897E

Tints of Almond Frost #95897E

Color information

#95897E (or 0x95897E) is unknown color: approx Almond Frost. HEX triplet: 95, 89 and 7E. RGB value is (149,137,126). Sum of RGB (Red+Green+Blue) = 149+137+126=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #95897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95897E is #6A7681. Grayscale: #8B8B8B. Windows color (decimal): -6977154 or 8292757. OLE color: 8292757.

HSL color Cylindrical-coordinate representation of color #95897E: hue angle of 28.7º degrees, saturation: 0.1, 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 #95897E is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149137126-
CMYK00.080.150.42
HSL28.7º9.79%53.92%-
HSV(B)28.7º15.44%58.43%-
XYZ25.1125.7923.39-
YUV139.33120.48134.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=36.17%
G=33.25%
B=30.58%

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
Decimal14913712600.080.150.4228.79.7953.92
Hex95897E08F2A1da36
Octal2252111760101752351266
Binary10010101100010011111110010001111101010111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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