#948A82

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

Shades of Almond Frost #948A82

Tints of Almond Frost #948A82

Color information

#948A82 (or 0x948A82) is unknown color: approx Almond Frost. HEX triplet: 94, 8A and 82. RGB value is (148,138,130). Sum of RGB (Red+Green+Blue) = 148+138+130=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A82 is #6B757D. Grayscale: #8C8C8C. Windows color (decimal): -7042430 or 8555156. OLE color: 8555156.

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

Color convert

RGB148138130-
CMYK00.070.120.42
HSL26.67º7.76%54.51%-
HSV(B)26.67º12.16%58.04%-
XYZ25.3326.0824.82-
YUV140.08122.31133.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=35.58%
G=33.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813813000.070.120.4226.677.7654.51
Hex948A8207C2A1b837
Octal224212202071452331067
Binary10010100100010101000001001111100101010110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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