Html Css Color HEX #899299 Aluminium

📋 copy color: '#899299'

red 137 ◦ green 146 ◦ blue 153

#899299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #899299

Tints of Aluminium #899299

RGB

 RED value IS 137 (53.91% from 255) = 31.42%

 GREEN value IS 146 (57.42% from 255) = 33.49%

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 31.42%
G = 33.49%
B = 35.09%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#899299 (or 0x899299) is known color: Aluminium. HEX triplet: 89, 92 and 99. RGB value is (137,146,153). Sum of RGB (Red+Green+Blue) = 137+146+153=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #899299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899299 is #766D66. Grayscale: #909090. Windows color (decimal): -7761255 or 10064521. OLE color: 10064521.

HSL color Cylindrical-coordinate representation of color #899299: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899299 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 146 153 -
CMYK 0.10 0.05 0 0.4
HSL 206.25º 0.07% 0.57% -
HSV(B) 206.25º 0.1% 0.6% -
XYZ 26.35 28.18 34.19 -
YUV 144.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 137 146 153 0.10 0.05 0 0.4 206.25 0.07 0.57
Hex 89 92 99 A 5 0 28 CE 7 39
Octal 211 222 231 12 5 0 50 316 7 71
Binary 10001001 10010010 10011001 1010 101 0 101000 11001110 111 111001

Color Harmonies of #899299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899299

Black with #899299

Text Example


Text Example

White with #899299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899299; }

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

 H1.HeaderClassName
 {
   color: #899299;
 }
 .AnyTagClassName
 {
   color: #899299;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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