#99A199

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

Shades of Pewter #99A199

Tints of Pewter #99A199

Color information

#99A199 (or 0x99A199) is unknown color: approx Pewter. HEX triplet: 99, A1 and 99. RGB value is (153,161,153). Sum of RGB (Red+Green+Blue) = 153+161+153=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 161 - color contains mainly: green. Hex color #99A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A199 is #665E66. Grayscale: #9D9D9D. Windows color (decimal): -6708839 or 10068377. OLE color: 10068377.

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

Color convert

RGB153161153-
CMYK0.0500.050.37
HSL120º4.08%61.57%-
HSV(B)120º4.97%63.14%-
XYZ31.6334.5635.14-
YUV157.7125.35124.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=32.76%
G=34.48%
B=32.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531611530.0500.050.371204.0861.57
Hex99A199505257843e
Octal23124123150545170476
Binary10011001101000011001100110101011001011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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