#9AA49A

Color #9AA49A Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #9AA49A

Tints of Pewter #9AA49A

Color information

#9AA49A (or 0x9AA49A) is unknown color: approx Pewter. HEX triplet: 9A, A4 and 9A. RGB value is (154,164,154). Sum of RGB (Red+Green+Blue) = 154+164+154=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA49A is #655B65. Grayscale: #9F9F9F. Windows color (decimal): -6642534 or 10134682. OLE color: 10134682.

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

Color convert

RGB154164154-
CMYK0.0600.060.36
HSL120º5.21%62.35%-
HSV(B)120º6.1%64.31%-
XYZ32.4335.7535.76-
YUV159.87124.69123.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=32.63%
G=34.75%
B=32.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641540.0600.060.361205.2162.35
Hex9AA49A606247853e
Octal23224423260644170576
Binary10011010101001001001101011001101001001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA49A; }

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

 H1.HeaderClassName
 {
   color: #9AA49A;
 }
 .AnyTagClassName
 {
   color: #9AA49A;
 }
</style>
background-color css

<style>
 a { background-color: #9AA49A; }

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

 div.DivClassName
 {
   background-color: #9AA49A;
 }
 .BgClassName
 {
   background-color: #9AA49A;
 }
</style>
border-color css

<style>
 span { border-color: #9AA49A; }

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

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