#918A85

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

Shades of Almond Frost #918A85

Tints of Almond Frost #918A85

Color information

#918A85 (or 0x918A85) is unknown color: approx Almond Frost. HEX triplet: 91, 8A and 85. RGB value is (145,138,133). Sum of RGB (Red+Green+Blue) = 145+138+133=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 145 - color contains mainly: red. Hex color #918A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A85 is #6E757A. Grayscale: #8B8B8B. Windows color (decimal): -7239035 or 8751761. OLE color: 8751761.

HSL color Cylindrical-coordinate representation of color #918A85: hue angle of 25º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918A85 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145138133-
CMYK00.050.080.43
HSL25º5.17%54.51%-
HSV(B)25º8.28%56.86%-
XYZ2525.8925.87-
YUV139.52124.32131.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=34.86%
G=33.17%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513813300.050.080.43255.1754.51
Hex918A850582B19537
Octal22121220505105331567
Binary1001000110001010100001010101100010101111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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