#948A85

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

Shades of Almond Frost #948A85

Tints of Almond Frost #948A85

Color information

#948A85 (or 0x948A85) is unknown color: approx Almond Frost. HEX triplet: 94, 8A and 85. RGB value is (148,138,133). Sum of RGB (Red+Green+Blue) = 148+138+133=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A85 is #6B757A. Grayscale: #8C8C8C. Windows color (decimal): -7042427 or 8751764. OLE color: 8751764.

HSL color Cylindrical-coordinate representation of color #948A85: hue angle of 20º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948A85 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB148138133-
CMYK00.070.100.42
HSL20º6.55%55.1%-
HSV(B)20º10.14%58.04%-
XYZ25.5326.1725.9-
YUV140.42123.81133.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=35.32%
G=32.94%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813813300.070.100.42206.5555.1
Hex948A8507A2A14737
Octal22421220507125224767
Binary1001010010001010100001010111101010101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A85; }

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

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

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

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

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

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

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

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