#958578

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

Shades of Almond Frost #958578

Tints of Almond Frost #958578

Color information

#958578 (or 0x958578) is unknown color: approx Almond Frost. HEX triplet: 95, 85 and 78. RGB value is (149,133,120). Sum of RGB (Red+Green+Blue) = 149+133+120=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958578 is #6A7A87. Grayscale: #888888. Windows color (decimal): -6978184 or 7898517. OLE color: 7898517.

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

Color convert

RGB149133120-
CMYK00.110.190.42
HSL26.9º12.03%52.75%-
HSV(B)26.9º19.46%58.43%-
XYZ24.1724.5221.23-
YUV136.3118.8137.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=37.06%
G=33.08%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913312000.110.190.4226.912.0352.75
Hex9585780B132A1bc35
Octal2252051700132352331465
Binary100101011000010111110000101110011101010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958578; }

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

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

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

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

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

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

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

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