#948273

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

Shades of Almond Frost #948273

Tints of Almond Frost #948273

Color information

#948273 (or 0x948273) is unknown color: approx Almond Frost. HEX triplet: 94, 82 and 73. RGB value is (148,130,115). Sum of RGB (Red+Green+Blue) = 148+130+115=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948273 is #6B7D8C. Grayscale: #858585. Windows color (decimal): -7044493 or 7570068. OLE color: 7570068.

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

Color convert

RGB148130115-
CMYK00.120.220.42
HSL27.27º13.36%51.57%-
HSV(B)27.27º22.3%58.04%-
XYZ23.2923.519.53-
YUV133.67117.46138.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=37.66%
G=33.08%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813011500.120.220.4227.2713.3651.57
Hex9482730C162A1bd34
Octal2242021630142652331564
Binary100101001000001011100110110010110101010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948273; }

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

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

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

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

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

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

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

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