#9AA09A

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

Shades of Pewter #9AA09A

Tints of Pewter #9AA09A

Color information

#9AA09A (or 0x9AA09A) is unknown color: approx Pewter. HEX triplet: 9A, A0 and 9A. RGB value is (154,160,154). Sum of RGB (Red+Green+Blue) = 154+160+154=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA09A is #655F65. Grayscale: #9D9D9D. Windows color (decimal): -6643558 or 10133658. OLE color: 10133658.

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

Color convert

RGB154160154-
CMYK0.0400.040.37
HSL120º3.06%61.57%-
HSV(B)120º3.75%62.75%-
XYZ31.7334.3435.53-
YUV157.52126.01125.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=32.91%
G=34.19%
B=32.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541601540.0400.040.371203.0661.57
Hex9AA09A404257833e
Octal23224023240445170376
Binary1001101010100000100110101000100100101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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