#948A83

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

Shades of Almond Frost #948A83

Tints of Almond Frost #948A83

Color information

#948A83 (or 0x948A83) is unknown color: approx Almond Frost. HEX triplet: 94, 8A and 83. RGB value is (148,138,131). Sum of RGB (Red+Green+Blue) = 148+138+131=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A83 is #6B757C. Grayscale: #8C8C8C. Windows color (decimal): -7042429 or 8620692. OLE color: 8620692.

HSL color Cylindrical-coordinate representation of color #948A83: hue angle of 24.71º 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 #948A83 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148138131-
CMYK00.070.110.42
HSL24.71º7.36%54.71%-
HSV(B)24.71º11.49%58.04%-
XYZ25.426.1125.17-
YUV140.19122.81133.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=35.49%
G=33.09%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813813100.070.110.4224.717.3654.71
Hex948A8307B2A19737
Octal22421220307135231767
Binary1001010010001010100000110111101110101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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