Html Css Color HEX #8AA18B Pewter

📋 copy color: '#8AA18B'

red 138 ◦ green 161 ◦ blue 139

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

Shades of Pewter #8AA18B

Tints of Pewter #8AA18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 31.51%
G = 36.76%
B = 31.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#8AA18B (or 0x8AA18B) is known color: Pewter. HEX triplet: 8A, A1 and 8B. RGB value is (138,161,139). Sum of RGB (Red+Green+Blue) = 138+161+139=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA18B is #755E74. Grayscale: #979797. Windows color (decimal): -7691893 or 9150858. OLE color: 9150858.

HSL color Cylindrical-coordinate representation of color #8AA18B: hue angle of 122.61º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA18B is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 161 139 -
CMYK 0.14 0 0.14 0.37
HSL 122.61º 0.11% 0.59% -
HSV(B) 122.61º 0.14% 0.63% -
XYZ 27.89 32.76 29.28 -
YUV 151.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 138 161 139 0.14 0 0.14 0.37 122.61 0.11 0.59
Hex 8A A1 8B E 0 E 25 7B B 3B
Octal 212 241 213 16 0 16 45 173 13 73
Binary 10001010 10100001 10001011 1110 0 1110 100101 1111011 1011 111011

Color Harmonies of #8AA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA18B

Black with #8AA18B

Text Example


Text Example

White with #8AA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,161,139); }

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

background-color css

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

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

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

border-color css

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

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

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