#948276

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

Shades of Almond Frost #948276

Tints of Almond Frost #948276

Color information

#948276 (or 0x948276) is unknown color: approx Almond Frost. HEX triplet: 94, 82 and 76. RGB value is (148,130,118). Sum of RGB (Red+Green+Blue) = 148+130+118=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948276 is #6B7D89. Grayscale: #868686. Windows color (decimal): -7044490 or 7766676. OLE color: 7766676.

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

Color convert

RGB148130118-
CMYK00.120.200.42
HSL24º12.3%52.16%-
HSV(B)24º20.27%58.04%-
XYZ23.4723.5720.45-
YUV134.01118.96137.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=37.37%
G=32.83%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813011800.120.200.422412.352.16
Hex9482760C142A18c34
Octal2242021660142452301464
Binary100101001000001011101100110010100101010110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948276; }

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

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

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

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

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

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

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

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