#958577

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

Shades of Almond Frost #958577

Tints of Almond Frost #958577

Color information

#958577 (or 0x958577) is unknown color: approx Almond Frost. HEX triplet: 95, 85 and 77. RGB value is (149,133,119). Sum of RGB (Red+Green+Blue) = 149+133+119=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958577 is #6A7A88. Grayscale: #888888. Windows color (decimal): -6978185 or 7832981. OLE color: 7832981.

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

Color convert

RGB149133119-
CMYK00.110.200.42
HSL28º12.4%52.55%-
HSV(B)28º20.13%58.43%-
XYZ24.1124.520.91-
YUV136.19118.3137.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=37.16%
G=33.17%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913311900.110.200.422812.452.55
Hex9585770B142A1cc35
Octal2252051670132452341465
Binary100101011000010111101110101110100101010111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958577; }

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

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

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

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

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

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

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

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