#958980

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

Shades of Almond Frost #958980

Tints of Almond Frost #958980

Color information

#958980 (or 0x958980) is unknown color: approx Almond Frost. HEX triplet: 95, 89 and 80. RGB value is (149,137,128). Sum of RGB (Red+Green+Blue) = 149+137+128=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958980 is #6A767F. Grayscale: #8B8B8B. Windows color (decimal): -6977152 or 8423829. OLE color: 8423829.

HSL color Cylindrical-coordinate representation of color #958980: hue angle of 25.71º 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 #958980 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB149137128-
CMYK00.080.140.42
HSL25.71º9.01%54.31%-
HSV(B)25.71º14.09%58.43%-
XYZ25.2425.8424.08-
YUV139.56121.48134.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=35.99%
G=33.09%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913712800.080.140.4225.719.0154.31
Hex95898008E2A1a936
Octal2252112000101652321166
Binary100101011000100110000000010001110101010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958980; }

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

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

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

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

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

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

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

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