#958273

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

Shades of Almond Frost #958273

Tints of Almond Frost #958273

Color information

#958273 (or 0x958273) is unknown color: approx Almond Frost. HEX triplet: 95, 82 and 73. RGB value is (149,130,115). Sum of RGB (Red+Green+Blue) = 149+130+115=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958273 is #6A7D8C. Grayscale: #868686. Windows color (decimal): -6978957 or 7570069. OLE color: 7570069.

HSL color Cylindrical-coordinate representation of color #958273: hue angle of 26.47º 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 #958273 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149130115-
CMYK00.130.230.42
HSL26.47º13.82%51.76%-
HSV(B)26.47º22.82%58.43%-
XYZ23.4723.5919.54-
YUV133.97117.29138.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=37.82%
G=32.99%
B=29.19%

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
Decimal14913011500.130.230.4226.4713.8251.76
Hex9582730D172A1ae34
Octal2252021630152752321664
Binary100101011000001011100110110110111101010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958273; }

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

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

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

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

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

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

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

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