#99A699

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

Shades of Pewter #99A699

Tints of Pewter #99A699

Color information

#99A699 (or 0x99A699) is unknown color: approx Pewter. HEX triplet: 99, A6 and 99. RGB value is (153,166,153). Sum of RGB (Red+Green+Blue) = 153+166+153=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #99A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A699 is #665966. Grayscale: #A0A0A0. Windows color (decimal): -6707559 or 10069657. OLE color: 10069657.

HSL color Cylindrical-coordinate representation of color #99A699: hue angle of 120º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A699 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB153166153-
CMYK0.0800.080.35
HSL120º6.81%62.55%-
HSV(B)120º7.83%65.1%-
XYZ32.5236.3435.44-
YUV160.63123.69122.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=32.42%
G=35.17%
B=32.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661530.0800.080.351206.8162.55
Hex99A699808237873f
Octal2312462311001043170777
Binary1001100110100110100110011000010001000111111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,153); }

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

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

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

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

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

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

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