#958882

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

Shades of Almond Frost #958882

Tints of Almond Frost #958882

Color information

#958882 (or 0x958882) is unknown color: approx Almond Frost. HEX triplet: 95, 88 and 82. RGB value is (149,136,130). Sum of RGB (Red+Green+Blue) = 149+136+130=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958882 is #6A777D. Grayscale: #8B8B8B. Windows color (decimal): -6977406 or 8554645. OLE color: 8554645.

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

Color convert

RGB149136130-
CMYK00.090.130.42
HSL18.95º8.23%54.71%-
HSV(B)18.95º12.75%58.43%-
XYZ25.2325.6124.73-
YUV139.2122.81134.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=35.90%
G=32.77%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913613000.090.130.4218.958.2354.71
Hex95888209D2A13837
Octal2252102020111552231067
Binary100101011000100010000010010011101101010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958882; }

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

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

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

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

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

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

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

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