Html Css Color HEX #8AA488 Pewter

📋 copy color: '#8AA488'

red 138 ◦ green 164 ◦ blue 136

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

Shades of Pewter #8AA488

Tints of Pewter #8AA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 31.51%
G = 37.44%
B = 31.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#8AA488 (or 0x8AA488) is known color: Pewter. HEX triplet: 8A, A4 and 88. RGB value is (138,164,136). Sum of RGB (Red+Green+Blue) = 138+164+136=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA488 is #755B77. Grayscale: #999999. Windows color (decimal): -7691128 or 8955018. OLE color: 8955018.

HSL color Cylindrical-coordinate representation of color #8AA488: hue angle of 115.71º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA488 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 136 -
CMYK 0.16 0 0.17 0.36
HSL 115.71º 0.13% 0.59% -
HSV(B) 115.71º 0.17% 0.64% -
XYZ 28.2 33.73 28.32 -
YUV 153.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 138 164 136 0.16 0 0.17 0.36 115.71 0.13 0.59
Hex 8A A4 88 10 0 11 24 74 D 3B
Octal 212 244 210 20 0 21 44 164 15 73
Binary 10001010 10100100 10001000 10000 0 10001 100100 1110100 1101 111011

Color Harmonies of #8AA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA488

Black with #8AA488

Text Example


Text Example

White with #8AA488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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