#95867E

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

Shades of Almond Frost #95867E

Tints of Almond Frost #95867E

Color information

#95867E (or 0x95867E) is unknown color: approx Almond Frost. HEX triplet: 95, 86 and 7E. RGB value is (149,134,126). Sum of RGB (Red+Green+Blue) = 149+134+126=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95867E is #6A7981. Grayscale: #898989. Windows color (decimal): -6977922 or 8291989. OLE color: 8291989.

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

Color convert

RGB149134126-
CMYK00.100.150.42
HSL20.87º9.79%53.92%-
HSV(B)20.87º15.44%58.43%-
XYZ24.6924.9523.25-
YUV137.57121.47136.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=36.43%
G=32.76%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913412600.100.150.4220.879.7953.92
Hex95867E0AF2A15a36
Octal2252061760121752251266
Binary10010101100001101111110010101111101010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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