#958176

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

Shades of Almond Frost #958176

Tints of Almond Frost #958176

Color information

#958176 (or 0x958176) is unknown color: approx Almond Frost. HEX triplet: 95, 81 and 76. RGB value is (149,129,118). Sum of RGB (Red+Green+Blue) = 149+129+118=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958176 is #6A7E89. Grayscale: #858585. Windows color (decimal): -6979210 or 7766421. OLE color: 7766421.

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

Color convert

RGB149129118-
CMYK00.130.210.42
HSL21.29º12.76%52.35%-
HSV(B)21.29º20.81%58.43%-
XYZ23.5123.420.42-
YUV133.73119.13138.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=37.63%
G=32.58%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912911800.130.210.4221.2912.7652.35
Hex9581760D152A15d34
Octal2252011660152552251564
Binary100101011000000111101100110110101101010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958176; }

 p { color: rgb(149,129,118); }

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

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

 a { background-color: rgb(149,129,118); }

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

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

 span { border-color: rgb(149,129,118); }

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