Html Css Color HEX #88898A Aluminium

📋 copy color: '#88898A'

red 136 ◦ green 137 ◦ blue 138

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

Shades of Aluminium #88898A

Tints of Aluminium #88898A

RGB

 RED value IS 136 (53.52% from 255) = 33.09%

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 33.09%
G = 33.33%
B = 33.58%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88898A (or 0x88898A) is known color: Aluminium. HEX triplet: 88, 89 and 8A. RGB value is (136,137,138). Sum of RGB (Red+Green+Blue) = 136+137+138=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 138 - color contains mainly: blue. Hex color #88898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88898A is #777675. Grayscale: #888888. Windows color (decimal): -7829110 or 9079176. OLE color: 9079176.

HSL color Cylindrical-coordinate representation of color #88898A: hue angle of 210º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #88898A is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 138 -
CMYK 0.01 0.01 0 0.46
HSL 210º 0.01% 0.54% -
HSV(B) 210º 0.01% 0.54% -
XYZ 23.69 24.96 27.61 -
YUV 136.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 136 137 138 0.01 0.01 0 0.46 210 0.01 0.54
Hex 88 89 8A 1 1 0 2E D2 1 36
Octal 210 211 212 1 1 0 56 322 1 66
Binary 10001000 10001001 10001010 1 1 0 101110 11010010 1 110110

Color Harmonies of #88898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88898A

Black with #88898A

Text Example


Text Example

White with #88898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88898A; }

 p { color: rgb(136,137,138); }

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

background-color css

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

 a { background-color: rgb(136,137,138); }

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

border-color css

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

 span { border-color: rgb(136,137,138); }

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