#94867F

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

Shades of Almond Frost #94867F

Tints of Almond Frost #94867F

Color information

#94867F (or 0x94867F) is unknown color: approx Almond Frost. HEX triplet: 94, 86 and 7F. RGB value is (148,134,127). Sum of RGB (Red+Green+Blue) = 148+134+127=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #94867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94867F is #6B7980. Grayscale: #898989. Windows color (decimal): -7043457 or 8357524. OLE color: 8357524.

HSL color Cylindrical-coordinate representation of color #94867F: hue angle of 20º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94867F is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148134127-
CMYK00.090.140.42
HSL20º8.94%53.92%-
HSV(B)20º14.19%58.04%-
XYZ24.5724.8823.59-
YUV137.39122.14135.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 127 (50% from 255) = 31.05%
R=36.19%
G=32.76%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813412700.090.140.42208.9453.92
Hex94867F09E2A14936
Octal2242061770111652241166
Binary10010100100001101111111010011110101010101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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