#928983

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

Shades of Almond Frost #928983

Tints of Almond Frost #928983

Color information

#928983 (or 0x928983) is unknown color: approx Almond Frost. HEX triplet: 92, 89 and 83. RGB value is (146,137,131). Sum of RGB (Red+Green+Blue) = 146+137+131=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #928983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928983 is #6D767C. Grayscale: #8B8B8B. Windows color (decimal): -7173757 or 8620434. OLE color: 8620434.

HSL color Cylindrical-coordinate representation of color #928983: hue angle of 24º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928983 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146137131-
CMYK00.060.100.43
HSL24º6.44%54.31%-
HSV(B)24º10.27%57.25%-
XYZ24.925.6425.11-
YUV139.01123.48132.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=35.27%
G=33.09%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613713100.060.100.43246.4454.31
Hex92898306A2B18636
Octal22221120306125330666
Binary1001001010001001100000110110101010101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928983; }

 p { color: rgb(146,137,131); }

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

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

 a { background-color: rgb(146,137,131); }

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

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

 span { border-color: rgb(146,137,131); }

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