#958880

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

Shades of Almond Frost #958880

Tints of Almond Frost #958880

Color information

#958880 (or 0x958880) is unknown color: approx Almond Frost. HEX triplet: 95, 88 and 80. RGB value is (149,136,128). Sum of RGB (Red+Green+Blue) = 149+136+128=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958880 is #6A777F. Grayscale: #8B8B8B. Windows color (decimal): -6977408 or 8423573. OLE color: 8423573.

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

Color convert

RGB149136128-
CMYK00.090.140.42
HSL22.86º9.01%54.31%-
HSV(B)22.86º14.09%58.43%-
XYZ25.0925.5624.03-
YUV138.98121.81135.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=36.08%
G=32.93%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913612800.090.140.4222.869.0154.31
Hex95888009E2A17936
Octal2252102000111652271166
Binary100101011000100010000000010011110101010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958880; }

 p { color: rgb(149,136,128); }

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

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

 a { background-color: rgb(149,136,128); }

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

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

 span { border-color: rgb(149,136,128); }

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