#95857B

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

Shades of Almond Frost #95857B

Tints of Almond Frost #95857B

Color information

#95857B (or 0x95857B) is unknown color: approx Almond Frost. HEX triplet: 95, 85 and 7B. RGB value is (149,133,123). Sum of RGB (Red+Green+Blue) = 149+133+123=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95857B is #6A7A84. Grayscale: #888888. Windows color (decimal): -6978181 or 8095125. OLE color: 8095125.

HSL color Cylindrical-coordinate representation of color #95857B: hue angle of 23.08º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95857B is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149133123-
CMYK00.110.170.42
HSL23.08º10.92%53.33%-
HSV(B)23.08º17.45%58.43%-
XYZ24.3624.5922.2-
YUV136.64120.3136.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=36.79%
G=32.84%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913312300.110.170.4223.0810.9253.33
Hex95857B0B112A17b35
Octal2252051730132152271365
Binary100101011000010111110110101110001101010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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