#95857F

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

Shades of Almond Frost #95857F

Tints of Almond Frost #95857F

Color information

#95857F (or 0x95857F) is unknown color: approx Almond Frost. HEX triplet: 95, 85 and 7F. RGB value is (149,133,127). Sum of RGB (Red+Green+Blue) = 149+133+127=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95857F is #6A7A80. Grayscale: #898989. Windows color (decimal): -6978177 or 8357269. OLE color: 8357269.

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

Color convert

RGB149133127-
CMYK00.110.150.42
HSL16.36º9.4%54.12%-
HSV(B)16.36º14.77%58.43%-
XYZ24.6124.723.55-
YUV137.1122.3136.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 127 (50% from 255) = 31.05%
R=36.43%
G=32.52%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913312700.110.150.4216.369.454.12
Hex95857F0BF2A10936
Octal2252051770131752201166
Binary10010101100001011111111010111111101010100001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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