#908A85

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

Shades of Almond Frost #908A85

Tints of Almond Frost #908A85

Color information

#908A85 (or 0x908A85) is unknown color: approx Almond Frost. HEX triplet: 90, 8A and 85. RGB value is (144,138,133). Sum of RGB (Red+Green+Blue) = 144+138+133=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #908A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A85 is #6F757A. Grayscale: #8B8B8B. Windows color (decimal): -7304571 or 8751760. OLE color: 8751760.

HSL color Cylindrical-coordinate representation of color #908A85: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908A85 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144138133-
CMYK00.040.080.44
HSL27.27º4.72%54.31%-
HSV(B)27.27º7.64%56.47%-
XYZ24.8225.825.86-
YUV139.22124.49131.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=34.70%
G=33.25%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413813300.040.080.4427.274.7254.31
Hex908A850482C1b536
Octal22021220504105433566
Binary1001000010001010100001010100100010110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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