#958173

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

Shades of Almond Frost #958173

Tints of Almond Frost #958173

Color information

#958173 (or 0x958173) is unknown color: approx Almond Frost. HEX triplet: 95, 81 and 73. RGB value is (149,129,115). Sum of RGB (Red+Green+Blue) = 149+129+115=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #958173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958173 is #6A7E8C. Grayscale: #858585. Windows color (decimal): -6979213 or 7569813. OLE color: 7569813.

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

Color convert

RGB149129115-
CMYK00.130.230.42
HSL24.71º13.82%51.76%-
HSV(B)24.71º22.82%58.43%-
XYZ23.3423.3319.49-
YUV133.38117.63139.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=37.91%
G=32.82%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912911500.130.230.4224.7113.8251.76
Hex9581730D172A19e34
Octal2252011630152752311664
Binary100101011000000111100110110110111101010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958173; }

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

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

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

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

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

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

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

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