Html Css Color HEX #8AA48A Pewter

📋 copy color: '#8AA48A'

red 138 ◦ green 164 ◦ blue 138

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

Shades of Pewter #8AA48A

Tints of Pewter #8AA48A

RGB

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

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

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

R = 31.36%
G = 37.27%
B = 31.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#8AA48A (or 0x8AA48A) is known color: Pewter. HEX triplet: 8A, A4 and 8A. RGB value is (138,164,138). Sum of RGB (Red+Green+Blue) = 138+164+138=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA48A is #755B75. Grayscale: #999999. Windows color (decimal): -7691126 or 9086090. OLE color: 9086090.

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

Color convert

RGB 138 164 138 -
CMYK 0.16 0 0.16 0.36
HSL 120º 0.13% 0.59% -
HSV(B) 120º 0.16% 0.64% -
XYZ 28.34 33.79 29.07 -
YUV 153.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 138 164 138 0.16 0 0.16 0.36 120 0.13 0.59
Hex 8A A4 8A 10 0 10 24 78 C 3B
Octal 212 244 212 20 0 20 44 170 14 73
Binary 10001010 10100100 10001010 10000 0 10000 100100 1111000 1100 111011

Color Harmonies of #8AA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA48A

Black with #8AA48A

Text Example


Text Example

White with #8AA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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