Html Css Color HEX #8A898A Taupe Grey

📋 copy color: '#8A898A'

red 138 ◦ green 137 ◦ blue 138

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

Shades of Taupe Grey #8A898A

Tints of Taupe Grey #8A898A

RGB

 RED value IS 138 (54.3% from 255) = 33.41%

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

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

R = 33.41%
G = 33.17%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#8A898A (or 0x8A898A) is known color: Taupe Grey. HEX triplet: 8A, 89 and 8A. RGB value is (138,137,138). Sum of RGB (Red+Green+Blue) = 138+137+138=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A898A is #757675. Grayscale: #898989. Windows color (decimal): -7698038 or 9079178. OLE color: 9079178.

HSL color Cylindrical-coordinate representation of color #8A898A: hue angle of 300º degrees, saturation: 0, 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 #8A898A is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 137 138 -
CMYK 0 0.01 0 0.46
HSL 300º 0% 0.54% -
HSV(B) 300º 0.01% 0.54% -
XYZ 24.01 25.13 27.63 -
YUV 137.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 138 137 138 0 0.01 0 0.46 300 0 0.54
Hex 8A 89 8A 0 1 0 2E 12C 0 36
Octal 212 211 212 0 1 0 56 454 0 66
Binary 10001010 10001001 10001010 0 1 0 101110 100101100 0 110110

Color Harmonies of #8A898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A898A

Black with #8A898A

Text Example


Text Example

White with #8A898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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