#94857A

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

Shades of Almond Frost #94857A

Tints of Almond Frost #94857A

Color information

#94857A (or 0x94857A) is unknown color: approx Almond Frost. HEX triplet: 94, 85 and 7A. RGB value is (148,133,122). Sum of RGB (Red+Green+Blue) = 148+133+122=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94857A is #6B7A85. Grayscale: #888888. Windows color (decimal): -7043718 or 8029588. OLE color: 8029588.

HSL color Cylindrical-coordinate representation of color #94857A: hue angle of 25.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94857A is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148133122-
CMYK00.100.180.42
HSL25.38º10.83%52.94%-
HSV(B)25.38º17.57%58.04%-
XYZ24.1124.4821.87-
YUV136.23119.97136.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=36.72%
G=33.00%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813312200.100.180.4225.3810.8352.94
Hex94857A0A122A19b35
Octal2242051720122252311365
Binary100101001000010111110100101010010101010110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94857A; }

 p { color: rgb(148,133,122); }

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

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

 a { background-color: rgb(148,133,122); }

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

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

 span { border-color: rgb(148,133,122); }

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