#948B83

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

Shades of Almond Frost #948B83

Tints of Almond Frost #948B83

Color information

#948B83 (or 0x948B83) is unknown color: approx Almond Frost. HEX triplet: 94, 8B and 83. RGB value is (148,139,131). Sum of RGB (Red+Green+Blue) = 148+139+131=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B83 is #6B747C. Grayscale: #8C8C8C. Windows color (decimal): -7042173 or 8620948. OLE color: 8620948.

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

Color convert

RGB148139131-
CMYK00.060.110.42
HSL28.24º7.36%54.71%-
HSV(B)28.24º11.49%58.04%-
XYZ25.5426.425.22-
YUV140.78122.48133.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=35.41%
G=33.25%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813913100.060.110.4228.247.3654.71
Hex948B8306B2A1c737
Octal22421320306135234767
Binary1001010010001011100000110110101110101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,131); }

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

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

 a { background-color: rgb(148,139,131); }

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

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

 span { border-color: rgb(148,139,131); }

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