#958174

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

Shades of Almond Frost #958174

Tints of Almond Frost #958174

Color information

#958174 (or 0x958174) is unknown color: approx Almond Frost. HEX triplet: 95, 81 and 74. RGB value is (149,129,116). Sum of RGB (Red+Green+Blue) = 149+129+116=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958174 is #6A7E8B. Grayscale: #858585. Windows color (decimal): -6979212 or 7635349. OLE color: 7635349.

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

Color convert

RGB149129116-
CMYK00.130.220.42
HSL23.64º13.47%51.96%-
HSV(B)23.64º22.15%58.43%-
XYZ23.423.3519.8-
YUV133.5118.13139.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=37.82%
G=32.74%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912911600.130.220.4223.6413.4751.96
Hex9581740D162A18d34
Octal2252011640152652301564
Binary100101011000000111101000110110110101010110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958174; }

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

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

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

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

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

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

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

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