#94867A

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

Shades of Almond Frost #94867A

Tints of Almond Frost #94867A

Color information

#94867A (or 0x94867A) is unknown color: approx Almond Frost. HEX triplet: 94, 86 and 7A. RGB value is (148,134,122). Sum of RGB (Red+Green+Blue) = 148+134+122=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94867A is #6B7985. Grayscale: #888888. Windows color (decimal): -7043462 or 8029844. OLE color: 8029844.

HSL color Cylindrical-coordinate representation of color #94867A: hue angle of 27.69º 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 #94867A is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148134122-
CMYK00.090.180.42
HSL27.69º10.83%52.94%-
HSV(B)27.69º17.57%58.04%-
XYZ24.2524.7521.91-
YUV136.82119.64135.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=36.63%
G=33.17%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813412200.090.180.4227.6910.8352.94
Hex94867A09122A1cb35
Octal2242061720112252341365
Binary100101001000011011110100100110010101010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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