#948176

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

Shades of Almond Frost #948176

Tints of Almond Frost #948176

Color information

#948176 (or 0x948176) is unknown color: approx Almond Frost. HEX triplet: 94, 81 and 76. RGB value is (148,129,118). Sum of RGB (Red+Green+Blue) = 148+129+118=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948176 is #6B7E89. Grayscale: #858585. Windows color (decimal): -7044746 or 7766420. OLE color: 7766420.

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

Color convert

RGB148129118-
CMYK00.130.200.42
HSL22º12.3%52.16%-
HSV(B)22º20.27%58.04%-
XYZ23.3323.320.41-
YUV133.43119.29138.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=37.47%
G=32.66%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812911800.130.200.422212.352.16
Hex9481760D142A16c34
Octal2242011660152452261464
Binary100101001000000111101100110110100101010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948176; }

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

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

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

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

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

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

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

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