#958A83

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

Shades of Almond Frost #958A83

Tints of Almond Frost #958A83

Color information

#958A83 (or 0x958A83) is unknown color: approx Almond Frost. HEX triplet: 95, 8A and 83. RGB value is (149,138,131). Sum of RGB (Red+Green+Blue) = 149+138+131=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A83 is #6A757C. Grayscale: #8C8C8C. Windows color (decimal): -6976893 or 8620693. OLE color: 8620693.

HSL color Cylindrical-coordinate representation of color #958A83: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958A83 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB149138131-
CMYK00.070.120.42
HSL23.33º7.83%54.9%-
HSV(B)23.33º12.08%58.43%-
XYZ25.5826.2125.18-
YUV140.49122.64134.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=35.65%
G=33.01%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913813100.070.120.4223.337.8354.9
Hex958A8307C2A17837
Octal225212203071452271067
Binary10010101100010101000001101111100101010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958A83; }

 p { color: rgb(149,138,131); }

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

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

 a { background-color: rgb(149,138,131); }

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

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

 span { border-color: rgb(149,138,131); }

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