#99AA9A

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

Shades of Pewter #99AA9A

Tints of Pewter #99AA9A

Color information

#99AA9A (or 0x99AA9A) is unknown color: approx Pewter. HEX triplet: 99, AA and 9A. RGB value is (153,170,154). Sum of RGB (Red+Green+Blue) = 153+170+154=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA9A is #665565. Grayscale: #A3A3A3. Windows color (decimal): -6706534 or 10136217. OLE color: 10136217.

HSL color Cylindrical-coordinate representation of color #99AA9A: hue angle of 123.53º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AA9A is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB153170154-
CMYK0.100.090.33
HSL123.53º9.09%63.33%-
HSV(B)123.53º10%66.67%-
XYZ33.3437.8536.12-
YUV163.09122.87120.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=32.08%
G=35.64%
B=32.29%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701540.100.090.33123.539.0963.33
Hex99AA9AA09217c93f
Octal23125223212011411741177
Binary10011001101010101001101010100100110000111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AA9A; }

 p { color: rgb(153,170,154); }

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

<style>
 a { background-color: #99AA9A; }

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

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

<style>
 span { border-color: #99AA9A; }

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

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